C# 클래스 SIL.FieldWorks.Common.RootSites.SelectionHelper.SelInfo

파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
cpropPrevious int
fAssocPrev bool
ich int
ihvoEnd int
ihvoRoot int
rgvsli SIL.FieldWorks.Common.COMInterfaces.SelLevInfo[]
tagTextProp int
ws int

공개 메소드들

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

메소드 상세

SelInfo() 공개 메소드

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

SelInfo() 공개 메소드

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

operator() 공개 정적인 메소드

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

프로퍼티 상세

cpropPrevious 공개적으로 프로퍼티

Number of previous properties
public int cpropPrevious
리턴 int

fAssocPrev 공개적으로 프로퍼티

IP associated with characters before current position
public bool fAssocPrev
리턴 bool

ich 공개적으로 프로퍼티

Character index
public int ich
리턴 int

ihvoEnd 공개적으로 프로퍼티

Index of end HVO
public int ihvoEnd
리턴 int

ihvoRoot 공개적으로 프로퍼티

Index of the root object
public int ihvoRoot
리턴 int

rgvsli 공개적으로 프로퍼티

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

tagTextProp 공개적으로 프로퍼티

The tag of the text property selected.
public int tagTextProp
리턴 int

ws 공개적으로 프로퍼티

Writing system
public int ws
리턴 int