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

Exibir arquivo Open project: sillsdev/FieldWorks Class Usage Examples

Public Properties

Property Type Description
cpropPrevious int
fAssocPrev bool
ich int
ihvoEnd int
ihvoRoot int
rgvsli SIL.FieldWorks.Common.COMInterfaces.SelLevInfo[]
tagTextProp int
ws int

Public Methods

Method 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 method

Creates a new object of type SelInfo.
public SelInfo ( ) : System
return System

SelInfo() public method

Copy constructor
public SelInfo ( SelInfo src ) : System
src SelInfo The source object
return System

operator() public static method

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

Property Details

cpropPrevious public_oe property

Number of previous properties
public int cpropPrevious
return int

fAssocPrev public_oe property

IP associated with characters before current position
public bool fAssocPrev
return bool

ich public_oe property

Character index
public int ich
return int

ihvoEnd public_oe property

Index of end HVO
public int ihvoEnd
return int

ihvoRoot public_oe property

Index of the root object
public int ihvoRoot
return int

rgvsli public_oe property

Level information
public SelLevInfo[],SIL.FieldWorks.Common.COMInterfaces rgvsli
return SIL.FieldWorks.Common.COMInterfaces.SelLevInfo[]

tagTextProp public_oe property

The tag of the text property selected.
public int tagTextProp
return int

ws public_oe property

Writing system
public int ws
return int