SchemaManagerItemCollection - члены Смотри также Cвойства Методы События Terrasoft.Core - пространство имен : SchemaManagerItemCollection - класс Включить унаследованные члены Включить защищенные члены
Glossary Item Box
Тип 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. |