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
파일 보기 프로젝트 열기: sillsdev/FieldWorks

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