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
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

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

Method Details

ActivateUI() public méthode

public ActivateUI ( bool useRecordTreeBar ) : void
useRecordTreeBar bool
Résultat void

Init() public méthode

public Init ( XCore.Mediator mediator, XmlNode viewConfiguration ) : void
mediator XCore.Mediator
viewConfiguration System.Xml.XmlNode
Résultat void

OnPropertyChanged() public méthode

public OnPropertyChanged ( string name ) : void
name string
Résultat void