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

Inheritance: IntChooserBEditControl
Mostrar archivo Open project: sillsdev/FieldWorks Class Usage Examples

Protected Methods

Method Description
GetBasicPropertyValue ( ISilDataAccess sda, int hvoOwner ) : int
SetBasicPropertyValue ( ISilDataAccess sda, int newVal, int hvoOwner ) : void

Private Methods

Method Description
BooleanChooserBEditControl ( string itemList, int flid ) : System

Method Details

GetBasicPropertyValue() protected method

protected GetBasicPropertyValue ( ISilDataAccess sda, int hvoOwner ) : int
sda ISilDataAccess
hvoOwner int
return int

SetBasicPropertyValue() protected method

protected SetBasicPropertyValue ( ISilDataAccess sda, int newVal, int hvoOwner ) : void
sda ISilDataAccess
newVal int
hvoOwner int
return void