ISchemaManager - интерфейс Члены Смотри также Terrasoft.Core - пространство имен : ISchemaManager - интерфейс C#
Glossary Item Box
public interface ISchemaManager : IManager
Тип ISchemaManager предоставляет следующие члены.
Имя | Описание | |
---|---|---|
AppConnection | System connection. | |
CompileDependencies | ||
ItemCaption | Caption of the schema manager item. | |
ItemName | Name of the schema manager item. | |
ResourceManagerName | Name of a resource manager. |
Имя | Описание | |
---|---|---|
ActualizeItemDescriptor | Actualizes the descriptor of the schema manager item. | |
AddSchema | Adds the schema with the specified parameters to the schema manager. | |
CreateSchema | Перегружен. | |
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. | |
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. | |
GetItemFromMetaData | Перегружен. | |
GetItemIdByUId | ||
GetProcessSchemaGenerator | Returns the source code generator for schemas of all processes. | |
GetReadableSchemaMetaData | Перегружен. | |
GetSchemaMetaData | Gets metadata of the schema with the specified identifier. | |
GetSchemaSources | Gets the source code of the schema with the specified identifier. | |
Initialize | Initializes the schema manager, using the specified provider and the information from the 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. | |
RefreshItems | ||
RemoveItemByUId | Removes the item with the specified identifier from the current schema manager. | |
RemoveSchema | Removes the schema with the specified identifier from the schema 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 |
Имя | Описание | |
---|---|---|
Changed | ||
ItemAdded | Event that occurs after adding an item to the manager. | |
ItemAdding | Event that occurs before adding an item to the manager. | |
ItemRemoved | Event that occurs after removing an item from the manager. | |
ItemRemoving | Event that occurs before removing an item from the manager. | |
ItemSaved | Event that occurs after saving an item. | |
ItemSaving | Event that occurs before saving an item. |