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

Inheritance: ComplexListChooserBEditControl
Show file Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
DoIt ( IEnumerable itemsToChange, SIL.FieldWorks.Common.Controls.ProgressState state ) : void
FakeDoit ( IEnumerable itemsToChange, int tagFakeFlid, int tagEnabled, SIL.FieldWorks.Common.Controls.ProgressState state ) : void

Protected Methods

Method Description
DisableItem ( int hvoItem ) : bool

kludge: filter to allow only complex entry references.

Private Methods

Method Description
ComplexEntryTypesChooserBEditControl ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, XmlNode colSpec ) : System

Method Details

DisableItem() protected method

kludge: filter to allow only complex entry references.
protected DisableItem ( int hvoItem ) : bool
hvoItem int
return bool

DoIt() public method

public DoIt ( IEnumerable itemsToChange, SIL.FieldWorks.Common.Controls.ProgressState state ) : void
itemsToChange IEnumerable
state SIL.FieldWorks.Common.Controls.ProgressState
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