- TSchemaManagerSchema
- The class that is inherited from Schema and implements the ISchemaManagerSchema<TSchemaManagerSchema>, IManagerItemInstance, System.ICloneable interfaces.
SchemaManagerItemCollection - класс Члены Смотри также Terrasoft.Core - пространство имен : SchemaManagerItemCollection - класс C#
Glossary Item Box
public class SchemaManagerItemCollection<TSchemaManagerSchema> : Terrasoft.Core.ManagerItemCollection<ISchemaManagerItem<TSchemaManagerSchema>>, Terrasoft.Core.IManagerItemCollection<IManagerItem> where TSchemaManagerSchema: Schema, ISchemaManagerSchema<TSchemaManagerSchema>, IManagerItemInstance, ICloneable
- TSchemaManagerSchema
- The class that is inherited from Schema and implements the ISchemaManagerSchema<TSchemaManagerSchema>, IManagerItemInstance, System.ICloneable interfaces.
Тип SchemaManagerItemCollection<TSchemaManagerSchema> предоставляет следующие члены.
Имя | Описание | |
---|---|---|
SchemaManagerItemCollection<TSchemaManagerSchema> | Initializes a SchemaManagerItemCollection<TSchemaManagerSchema> instance for the specified manager. |
Имя | Описание | |
---|---|---|
IsInItemAdded | Determines whether the handling of the ItemAdded event is performed. | |
IsInItemAdding | Determines whether the handling of the ItemAdding event is performed. | |
IsInItemRemoved | Determines whether the handling of the ItemRemoved event is performed. | |
IsInItemRemoving | Determines whether the handling of the ItemRemoving event is performed. | |
Manager | Schema manager. |
Имя | Описание | |
---|---|---|
FindByName | Перегружен. | |
FindByUId | Перегружен. | |
FindInstanceByName | Searches for an item with the specified name of the schema instance that belongs to the specified user. | |
FindInstanceByUId | Searches for an item with the specified identifier of the schema instance that belongs to the specified user. | |
GetByName | Перегружен. | |
GetByUId | Перегружен. | |
GetInstanceByName | Returns an item with the specified name that belongs to the specified user. If no such item is found, an exception is thrown. | |
GetInstanceByUId | Returns an item with the specified identifier of the schema instance that belongs to the specified user. If no such item is found, an exception is thrown. |
Имя | Описание | |
---|---|---|
ItemAdded | Event that occurs after adding an item to the collection. | |
ItemAdding | Event that occurs before adding an item to the collection. | |
ItemRemoved | Event that occurs after removing an item from the collection. | |
ItemRemoving | Event that occurs before removing an item from the collection. |
System.Object
System.Collections.ObjectModel.Collection<T>
Terrasoft.Core.ManagerItemCollection<TItem>
Terrasoft.Core.SchemaManagerItemCollection<TSchemaManagerSchema>