Click or drag to resize

ServiceLocator Properties

The ServiceLocator type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberAutoUpdateService Gets the automatic update service.
Public propertyStatic memberExternalReferenceResolverService Gets the external reference resolver service.
Public propertyStatic memberQueryService Gets the registered Query-Service. If no Query-Service is registered, a default Query-Service - which is based on LinqToXml - is returned. As an alternative, a Query-Service based on Dictionaries for keyed access is available. The dictionary based service has to be registered to be used. If no such service has been registered, the default query service is returned. The actual registered Query-Service is located by the engine and used for all queries.
Public propertyStatic memberUndoRedoService Gets the registered UndoRedo-Service. The actual registered UndoRedo-Service is located by the engine and used to push executed commands on the undo stack. If no UndoRedo-Service is registered executed commands are not pushed and cannot be undone.
Public propertyStatic memberUniqueNameService Gets the registered UniqueName-Service.The actual registered UniqueName-Service is located by the engine to automatically assign unique names to CAEXObjects if they are inserted into a sequence. If no UniqueName-Service is registered no names are generated.
Top
See Also