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

Inheritance: BulkEditSpecControl, IGetReplacedObjects
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Protected Properties

Свойство Type Description
m_combo System.Windows.Forms.ComboBox
m_flid int

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
IntChooserBEditControl ( string itemList, int flid ) : System

Initialized with a string like "0:no;1:yes".

IntChooserBEditControl ( string itemList, int flid, int initialIndexToSelect ) : System

Initialized with a list of strings; first signifies 0, next 1, etc.

SetClearField ( ) : void

Méthodes protégées

Méthode Description
FixSpellingStatus ( int hvoItem, int val ) : void
GetBasicPropertyValue ( ISilDataAccess sda, int hvoOwner ) : int
SetBasicPropertyValue ( ISilDataAccess sda, int newVal, int hvoOwner ) : void
TryGetOriginalListValue ( ISilDataAccess sda, int hvoItem, int &value ) : bool
UpdateListItemToNewValue ( ISilDataAccess sda, int hvoItem, int newVal, int oldVal ) : void
m_combo_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

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

FixSpellingStatus() protected méthode

protected FixSpellingStatus ( int hvoItem, int val ) : void
hvoItem int
val int
Résultat void

GetBasicPropertyValue() protected méthode

protected GetBasicPropertyValue ( ISilDataAccess sda, int hvoOwner ) : int
sda ISilDataAccess
hvoOwner int
Résultat int

IntChooserBEditControl() public méthode

Initialized with a string like "0:no;1:yes".
public IntChooserBEditControl ( string itemList, int flid ) : System
itemList string The item list.
flid int The flid.
Résultat System

IntChooserBEditControl() public méthode

Initialized with a list of strings; first signifies 0, next 1, etc.
public IntChooserBEditControl ( string itemList, int flid, int initialIndexToSelect ) : System
itemList string
flid int
initialIndexToSelect int Index of one of the items in the combo box, the most useful choice that should /// initially be selected. Comes from defaultBulkEditChoice attribute on [column] element in XML spec. Default 0.
Résultat System

SetBasicPropertyValue() protected méthode

protected SetBasicPropertyValue ( ISilDataAccess sda, int newVal, int hvoOwner ) : void
sda ISilDataAccess
newVal int
hvoOwner int
Résultat void

SetClearField() public méthode

public SetClearField ( ) : void
Résultat void

TryGetOriginalListValue() protected méthode

protected TryGetOriginalListValue ( ISilDataAccess sda, int hvoItem, int &value ) : bool
sda ISilDataAccess
hvoItem int
value int
Résultat bool

UpdateListItemToNewValue() protected méthode

protected UpdateListItemToNewValue ( ISilDataAccess sda, int hvoItem, int newVal, int oldVal ) : void
sda ISilDataAccess
hvoItem int
newVal int
oldVal int
Résultat void

m_combo_SelectedIndexChanged() protected méthode

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

Property Details

m_combo protected_oe property

protected ComboBox,System.Windows.Forms m_combo
Résultat System.Windows.Forms.ComboBox

m_flid protected_oe property

protected int m_flid
Résultat int