C# Класс SIL.FieldWorks.XWorks.SubitemRecordClerk

A SubItemRecordClerk has an additional notion of the current item. Within the current item of the RecordList, a smaller item may be selected. For example, the main list may be of top-level RnGenericRecords, but the SubItemRecordClerk can trak owned records. Currently, the subitem must be owned by the top-level item, and displayed in the document view using direct owning relationships. Possible subitems are configured by noting the property that can contain them (possibly recursively).
Наследование: RecordClerk
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
SetSubitem void
ViewChangedSelectedRecord void

Открытые методы

Метод Описание
Init ( XCore mediator, System viewConfiguration ) : void

Защищенные методы

Метод Описание
ClearInvalidSubitem ( ) : void

Приватные методы

Метод Описание
SetSubitem ( ICmObject subitem ) : void
ViewChangedSelectedRecord ( SIL e, SIL sel ) : void

Описание методов

ClearInvalidSubitem() защищенный Метод

protected ClearInvalidSubitem ( ) : void
Результат void

Init() публичный Метод

public Init ( XCore mediator, System viewConfiguration ) : void
mediator XCore
viewConfiguration System
Результат void