C# Class 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.
Inheritance: RecordClerk
Mostrar archivo Open project: sillsdev/FieldWorks

Public Methods

Method Description
ActivateUI ( bool useRecordTreeBar ) : void
Init ( XCore.Mediator mediator, XmlNode viewConfiguration ) : void
OnPropertyChanged ( string name ) : void

Method Details

ActivateUI() public method

public ActivateUI ( bool useRecordTreeBar ) : void
useRecordTreeBar bool
return void

Init() public method

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

OnPropertyChanged() public method

public OnPropertyChanged ( string name ) : void
name string
return void