C# Class SIL.FieldWorks.Filters.OwnIntPropFinder

An instance of this class generates a string that is the value of an integer property. (This is not an especially efficient way to handle integer properties, but it keeps the whole interface arrangement so much simpler that I think it is worth it.)
Inheritance: SIL.FieldWorks.Filters.StringFinderBase
Show file Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
InitXml ( System node ) : void

Inits the XML.

OwnIntPropFinder ( ) : System

Initializes a new instance of the T:OwnIntPropFinder class.

OwnIntPropFinder ( ISilDataAccess sda, int flid ) : System

Construct one that retrieves a particular integer property from the SDA.

PersistAsXml ( System node ) : void

Persists as XML.

SameFinder ( IStringFinder other ) : bool

Same if it is the same type for the same flid and DA.

Strings ( int hvo ) : string[]

Return the (one) string that is the value of the integer property.

Method Details

InitXml() public method

Inits the XML.
public InitXml ( System node ) : void
node System The node.
return void

OwnIntPropFinder() public method

Initializes a new instance of the T:OwnIntPropFinder class.
public OwnIntPropFinder ( ) : System
return System

OwnIntPropFinder() public method

Construct one that retrieves a particular integer property from the SDA.
public OwnIntPropFinder ( ISilDataAccess sda, int flid ) : System
sda ISilDataAccess
flid int
return System

PersistAsXml() public method

Persists as XML.
public PersistAsXml ( System node ) : void
node System The node.
return void

SameFinder() public method

Same if it is the same type for the same flid and DA.
public SameFinder ( IStringFinder other ) : bool
other IStringFinder
return bool

Strings() public method

Return the (one) string that is the value of the integer property.
public Strings ( int hvo ) : string[]
hvo int
return string[]