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
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
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[]