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

Inheritance: ComplexListChooserBEditControl, IFWDisposable
ファイルを表示 Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method 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

Protected Methods

Method 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

Method Description
LaunchPreview ( ) : void
SomeChangesAreWaiting ( IEnumerable itemsToChange, int tagEnabled ) : bool

Method Details

CheckDisposed() public method

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

ComputeValue() protected method

protected ComputeValue ( List chosenObjs, int hvoItem, List &oldVals, List &newVal ) : void
chosenObjs List
hvoItem int
oldVals List
newVal List
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

FakeDoit() public method

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
return void

MakeSuggestions() public method

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
return void

SemanticDomainChooserBEditControl() public method

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
return System

m_launcher_Click() protected method

protected m_launcher_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void