C# 클래스 SIL.FieldWorks.Common.Controls.SemanticDomainChooserBEditControl

상속: ComplexListChooserBEditControl, IFWDisposable
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
LaunchPreview ( ) : void
SomeChangesAreWaiting ( IEnumerable itemsToChange, int tagEnabled ) : bool

메소드 상세

CheckDisposed() 공개 메소드

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

ComputeValue() 보호된 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

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

FakeDoit() 공개 메소드

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
리턴 void

MakeSuggestions() 공개 메소드

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
리턴 void

SemanticDomainChooserBEditControl() 공개 메소드

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
리턴 System

m_launcher_Click() 보호된 메소드

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