The following tables list the members exposed by ISchemaManager.
Name | Description | |
---|---|---|
AppConnection | System connection. | |
CompileDependencies | List of dependent managers. | |
ItemCaption | Caption of manager item. | |
ItemName | Name of manager item. | |
ResourceManagerName | Name of resource manager. |
Name | Description | |
---|---|---|
ActualizeItemDescriptor | Typed interface of the item of the schema manager. | |
AddSchema | Adds schema with specified parameters to schema manager. | |
CreateDesignSchema | Creates new schema with specified parent schema parentSchemaUId and in specified package packageUId. | |
CreateSchema | Overloaded. | |
DesignItem | ||
DesignItemInCustomPackage | ||
DesignSchema | ||
FillSourceCollection | Loads the source code of the specified schema to the passed-in collection. | |
FindDesignItem | Searches for the designed manager item with the specified identifier. | |
GenerateItemUniqueCaption | Generates the unique header of the manager item, using the specified prefix. | |
GenerateItemUniqueName | Generates the unique name of the manager item, using the specified prefix. | |
GenerateSchemaSources | ||
GetDefSchemaUId | Gets the identifier of the schema from which all base schemas of the schema manager derive. | |
GetDesignItem | Gets the designed item with the specified identifier. If no such item is found, an exception is thrown. | |
GetHash | Returns the hash for this item. | |
GetItemFromMetaData | Overloaded. | |
GetItemIdByUId | ||
GetProcessSchemaGenerator | Returns the source code generator for schemas of all processes. | |
GetReadableSchemaMetaData | Overloaded. | |
GetReadableSchemaMetaDataText | Gets the metadata text of the specified schema in a format that is easy to read. | |
GetSchemaMetaData | Gets metadata of the schema with the specified identifier. | |
GetSchemaSources | Gets the source code of the schema with the specified identifier. | |
Initialize | Creates the schema manager, using specified provider and information from configuration file. | |
InitializeItem | Initializes the manager item with the specified identifier. | |
InitializeSchema | Creates the schema instance for the type specified in the passed-in manager item. If the type of the schema of the manager item is not found, an exception is thrown. | |
IsInheritedFrom | Returns flag that indicates if schema is inherited from specified parent schema. | |
RefreshItems | ||
RemoveItemByUId | Removes item with specified identifier from current schema manager. | |
RemoveSchema | Removes schema with specified id from manager. | |
SaveDesignedItemFolderIdInSessionData | Saves the passed-in identifier of the catalog which contains the designed item schema with the specified identifier to the session data. | |
SaveDesignedItemIdInSessionData | ||
SaveDesignedItemInSessionData | Serializes and saves the instance of the designed item with the specified identifier to the session data. | |
SaveDesignedItemPackageUIdInSessionData | ||
SaveSchemaMetaData | ||
SaveSchemaSources | Saves the source code from the passed-in collection. | |
TryGenerateSchemaSources |
Name | Description | |
---|---|---|
Changed | ||
ItemAdded | Occurs after adding the item to manager. | |
ItemAdding | Occurs before adding the item to manager. | |
ItemRemoved | Occurs after removing the item from manager. | |
ItemRemoving | Occurs before removing the item from manager. | |
ItemSaved | Occurs after saving the item. | |
ItemSaving | Occurs before saving the item. |