C# Класс 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.)
Наследование: SIL.FieldWorks.Filters.StringFinderBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

InitXml() публичный Метод

Inits the XML.
public InitXml ( System node ) : void
node System The node.
Результат void

OwnIntPropFinder() публичный Метод

Initializes a new instance of the T:OwnIntPropFinder class.
public OwnIntPropFinder ( ) : System
Результат System

OwnIntPropFinder() публичный Метод

Construct one that retrieves a particular integer property from the SDA.
public OwnIntPropFinder ( ISilDataAccess sda, int flid ) : System
sda ISilDataAccess
flid int
Результат System

PersistAsXml() публичный Метод

Persists as XML.
public PersistAsXml ( System node ) : void
node System The node.
Результат void

SameFinder() публичный Метод

Same if it is the same type for the same flid and DA.
public SameFinder ( IStringFinder other ) : bool
other IStringFinder
Результат bool

Strings() публичный Метод

Return the (one) string that is the value of the integer property.
public Strings ( int hvo ) : string[]
hvo int
Результат string[]