C# 클래스 SIL.FieldWorks.Common.RootSites.CollectorEnv.LocationInfo

Contains information about a location. This is essentially a cheap IVwSelection that can be used for finding/replacing.
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m_cpropPrev int
m_ichLim int
m_ichMin int
m_location SIL.FieldWorks.Common.COMInterfaces.SelLevInfo[]
m_tag int
m_ws int

공개 메소드들

메소드 설명
LocationInfo ( IList locationStack, int cPropPrev, int tag, int ichMin, int ichLim ) : System

Initializes a new instance of the LocationInfo class.

LocationInfo ( IList locationStack, int cPropPrev, int tag, int ichMin, int ichLim, int ws ) : System

Initializes a new instance of the LocationInfo class.

LocationInfo ( LocationInfo copyFrom ) : System

Copy constructor for the LocationInfo class.

LocationInfo ( SIL.FieldWorks.Common.COMInterfaces.SelLevInfo location, int tag, int ich ) : System

Initializes a new instance of the LocationInfo class.

LocationInfo ( SelectionHelper helper ) : System

Initializes a new instance of the LocationInfo class.

메소드 상세

LocationInfo() 공개 메소드

Initializes a new instance of the LocationInfo class.
public LocationInfo ( IList locationStack, int cPropPrev, int tag, int ichMin, int ichLim ) : System
locationStack IList The levels that indicate the view constructor /// hierarchy leading to the location represented by this object.
cPropPrev int The count of previous occurrences of the base item /// on the stack.
tag int The tag of the string property.
ichMin int The min char offset into the string property.
ichLim int The limit char offset into the string property.
리턴 System

LocationInfo() 공개 메소드

Initializes a new instance of the LocationInfo class.
public LocationInfo ( IList locationStack, int cPropPrev, int tag, int ichMin, int ichLim, int ws ) : System
locationStack IList The levels that indicate the view constructor /// hierarchy leading to the location represented by this object.
cPropPrev int The count of previous occurrences of the base item /// on the stack.
tag int The tag of the string property.
ichMin int The min char offset into the string property.
ichLim int The limit char offset into the string property.
ws int ws for multistring
리턴 System

LocationInfo() 공개 메소드

Copy constructor for the LocationInfo class.
public LocationInfo ( LocationInfo copyFrom ) : System
copyFrom LocationInfo The location to copy.
리턴 System

LocationInfo() 공개 메소드

Initializes a new instance of the LocationInfo class.
public LocationInfo ( SIL.FieldWorks.Common.COMInterfaces.SelLevInfo location, int tag, int ich ) : System
location SIL.FieldWorks.Common.COMInterfaces.SelLevInfo The levels that indicate the view constructor hierarchy /// leading to the location represented by this object.
tag int The tag.
ich int The character offset into the string property.
리턴 System

LocationInfo() 공개 메소드

Initializes a new instance of the LocationInfo class.
public LocationInfo ( SelectionHelper helper ) : System
helper SelectionHelper The selection helper used to initialize this location. ///
리턴 System

프로퍼티 상세

m_cpropPrev 공개적으로 프로퍼티

Count of previous occurrences of the string property at this same level
public int m_cpropPrev
리턴 int

m_ichLim 공개적으로 프로퍼티

The limit char offset into the string property.
public int m_ichLim
리턴 int

m_ichMin 공개적으로 프로퍼티

The min char offset into the string property.
public int m_ichMin
리턴 int

m_location 공개적으로 프로퍼티

The levels that indicate the view constructor hierarchy leading to the location represented by this object.
public SelLevInfo[],SIL.FieldWorks.Common.COMInterfaces m_location
리턴 SIL.FieldWorks.Common.COMInterfaces.SelLevInfo[]

m_tag 공개적으로 프로퍼티

The tag of the string property.
public int m_tag
리턴 int

m_ws 공개적으로 프로퍼티

ws for multistring
public int m_ws
리턴 int