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

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

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
DisableItem ( int hvoItem ) : bool

kludge: filter to allow only complex entry references.

Private Methods

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

Method Details

DisableItem() protected méthode

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

DoIt() public méthode

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