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
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

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

Inits the XML.
public InitXml ( System node ) : void
node System The node.
Résultat void

OwnIntPropFinder() public méthode

Initializes a new instance of the T:OwnIntPropFinder class.
public OwnIntPropFinder ( ) : System
Résultat System

OwnIntPropFinder() public méthode

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

PersistAsXml() public méthode

Persists as XML.
public PersistAsXml ( System node ) : void
node System The node.
Résultat void

SameFinder() public méthode

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

Strings() public méthode

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