C# Class 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).
Inheritance: RecordClerk
Afficher le fichier Open project: sillsdev/FieldWorks

Private Properties

Свойство Type Description
SetSubitem void
ViewChangedSelectedRecord void

Méthodes publiques

Méthode Description
Init ( XCore mediator, System viewConfiguration ) : void

Méthodes protégées

Méthode Description
ClearInvalidSubitem ( ) : void

Private Methods

Méthode Description
SetSubitem ( ICmObject subitem ) : void
ViewChangedSelectedRecord ( SIL e, SIL sel ) : void

Method Details

ClearInvalidSubitem() protected méthode

protected ClearInvalidSubitem ( ) : void
Résultat void

Init() public méthode

public Init ( XCore mediator, System viewConfiguration ) : void
mediator XCore
viewConfiguration System
Résultat void