C# Class SIL.FieldWorks.Common.Controls.SemanticDomainChooserBEditControl

Inheritance: ComplexListChooserBEditControl, IFWDisposable
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode Description
CheckDisposed ( ) : void

Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.

Dispose ( ) : void
FakeDoit ( IEnumerable itemsToChange, int tagFakeFlid, int tagEnabled, SIL.FieldWorks.Common.Controls.ProgressState state ) : void
MakeSuggestions ( IEnumerable itemsToChange, int tagFakeFlid, int tagEnabled, SIL.FieldWorks.Common.Controls.ProgressState state ) : void

Tells SemanticDomainChooserBEditControl to make suggestions and then call FakeDoIt

SemanticDomainChooserBEditControl ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, BulkEditBar bar, XmlNode colSpec ) : System

Méthodes protégées

Méthode Description
ComputeValue ( List chosenObjs, int hvoItem, List &oldVals, List &newVal ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

m_launcher_Click ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
LaunchPreview ( ) : void
SomeChangesAreWaiting ( IEnumerable itemsToChange, int tagEnabled ) : bool

Method Details

CheckDisposed() public méthode

Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.
public CheckDisposed ( ) : void
Résultat void

ComputeValue() protected méthode

protected ComputeValue ( List chosenObjs, int hvoItem, List &oldVals, List &newVal ) : void
chosenObjs List
hvoItem int
oldVals List
newVal List
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

FakeDoit() public méthode

public FakeDoit ( IEnumerable itemsToChange, int tagFakeFlid, int tagEnabled, SIL.FieldWorks.Common.Controls.ProgressState state ) : void
itemsToChange IEnumerable
tagFakeFlid int
tagEnabled int
state SIL.FieldWorks.Common.Controls.ProgressState
Résultat void

MakeSuggestions() public méthode

Tells SemanticDomainChooserBEditControl to make suggestions and then call FakeDoIt
public MakeSuggestions ( IEnumerable itemsToChange, int tagFakeFlid, int tagEnabled, SIL.FieldWorks.Common.Controls.ProgressState state ) : void
itemsToChange IEnumerable
tagFakeFlid int
tagEnabled int
state SIL.FieldWorks.Common.Controls.ProgressState
Résultat void

SemanticDomainChooserBEditControl() public méthode

public SemanticDomainChooserBEditControl ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, BulkEditBar bar, XmlNode colSpec ) : System
cache SIL.FieldWorks.FDO.FdoCache
mediator XCore.Mediator
bar BulkEditBar
colSpec System.Xml.XmlNode
Résultat System

m_launcher_Click() protected méthode

protected m_launcher_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void