C# 클래스 SIL.FieldWorks.XWorks.TemporaryRecordClerk

This is a record clerk that can be used in a disposable context such as in a guicontrol in a dialog. For example, a normal RecordClerk will publish that it has become the "ActiveClerk" whenever ActivateUI is called. We don't want this to happen for record clerks that will only be used in a dialog, because the "ActiveClerk" will then become disposed after the dialog closes.
상속: RecordClerk
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
ActivateUI ( bool useRecordTreeBar ) : void
Init ( XCore.Mediator mediator, XmlNode viewConfiguration ) : void
OnPropertyChanged ( string name ) : void

메소드 상세

ActivateUI() 공개 메소드

public ActivateUI ( bool useRecordTreeBar ) : void
useRecordTreeBar bool
리턴 void

Init() 공개 메소드

public Init ( XCore.Mediator mediator, XmlNode viewConfiguration ) : void
mediator XCore.Mediator
viewConfiguration System.Xml.XmlNode
리턴 void

OnPropertyChanged() 공개 메소드

public OnPropertyChanged ( string name ) : void
name string
리턴 void