C# Class SIL.FieldWorks.Common.RootSites.SelectionHelper.SelInfo

Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Свойство Type Description
cpropPrevious int
fAssocPrev bool
ich int
ihvoEnd int
ihvoRoot int
rgvsli SIL.FieldWorks.Common.COMInterfaces.SelLevInfo[]
tagTextProp int
ws int

Méthodes publiques

Méthode Description
SelInfo ( ) : System

Creates a new object of type SelInfo.

SelInfo ( SelInfo src ) : System

Copy constructor

operator ( ) : bool

Compares s1 with s2

Both objects must have the same number of levels, otherwise an ArgumentException will be thrown.

Method Details

SelInfo() public méthode

Creates a new object of type SelInfo.
public SelInfo ( ) : System
Résultat System

SelInfo() public méthode

Copy constructor
public SelInfo ( SelInfo src ) : System
src SelInfo The source object
Résultat System

operator() public static méthode

Compares s1 with s2
Both objects must have the same number of levels, otherwise an ArgumentException will be thrown.
public static operator ( ) : bool
Résultat bool

Property Details

cpropPrevious public_oe property

Number of previous properties
public int cpropPrevious
Résultat int

fAssocPrev public_oe property

IP associated with characters before current position
public bool fAssocPrev
Résultat bool

ich public_oe property

Character index
public int ich
Résultat int

ihvoEnd public_oe property

Index of end HVO
public int ihvoEnd
Résultat int

ihvoRoot public_oe property

Index of the root object
public int ihvoRoot
Résultat int

rgvsli public_oe property

Level information
public SelLevInfo[],SIL.FieldWorks.Common.COMInterfaces rgvsli
Résultat SIL.FieldWorks.Common.COMInterfaces.SelLevInfo[]

tagTextProp public_oe property

The tag of the text property selected.
public int tagTextProp
Résultat int

ws public_oe property

Writing system
public int ws
Résultat int