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
显示文件 Open project: sillsdev/FieldWorks

Private Properties

Property Type Description
SetSubitem void
ViewChangedSelectedRecord void

Public Methods

Method Description
Init ( XCore mediator, System viewConfiguration ) : void

Protected Methods

Method Description
ClearInvalidSubitem ( ) : void

Private Methods

Method Description
SetSubitem ( ICmObject subitem ) : void
ViewChangedSelectedRecord ( SIL e, SIL sel ) : void

Method Details

ClearInvalidSubitem() protected method

protected ClearInvalidSubitem ( ) : void
return void

Init() public method

public Init ( XCore mediator, System viewConfiguration ) : void
mediator XCore
viewConfiguration System
return void