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

파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 프로퍼티들

프로퍼티 타입 설명
m_cpropPrev PrevPropCounter
m_hvo int
m_hvoOuter int
m_ihvo int
m_tag int

공개 메소드들

메소드 설명
StackItem ( int hvoOuter, int hvo, int tag, int ihvo ) : System

Initializes a new instance of the StackItem class.

ToSelLevInfo ( ) : SIL.FieldWorks.Common.COMInterfaces.SelLevInfo

Creates a sel lev info from this stack item.

메소드 상세

StackItem() 공개 메소드

Initializes a new instance of the StackItem class.
public StackItem ( int hvoOuter, int hvo, int tag, int ihvo ) : System
hvoOuter int The hvo of the next higher item in the view hierarchy /// (usually the "owner" of the item)
hvo int The hvo.
tag int The tag.
ihvo int The ihvo.
리턴 System

ToSelLevInfo() 공개 메소드

Creates a sel lev info from this stack item.
public ToSelLevInfo ( ) : SIL.FieldWorks.Common.COMInterfaces.SelLevInfo
리턴 SIL.FieldWorks.Common.COMInterfaces.SelLevInfo

프로퍼티 상세

m_cpropPrev 공개적으로 프로퍼티

Handles counting of previous occurrences of properties
public PrevPropCounter m_cpropPrev
리턴 PrevPropCounter

m_hvo 공개적으로 프로퍼티

Hvo of the current item
public int m_hvo
리턴 int

m_hvoOuter 공개적으로 프로퍼티

Hvo of the next higher item in the view hierarchy (usually the "owner" of the item)
public int m_hvoOuter
리턴 int

m_ihvo 공개적으로 프로퍼티

Index of the current item
public int m_ihvo
리턴 int

m_tag 공개적으로 프로퍼티

Tag of the current item
public int m_tag
리턴 int