C# Class SIL.FieldWorks.Common.RootSites.CollectorEnv.StackItem

ファイルを表示 Open project: sillsdev/FieldWorks

Public Properties

Property Type Description
m_cpropPrev PrevPropCounter
m_hvo int
m_hvoOuter int
m_ihvo int
m_tag int

Public Methods

Method Description
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.

Method Details

StackItem() public method

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.
return System

ToSelLevInfo() public method

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

Property Details

m_cpropPrev public_oe property

Handles counting of previous occurrences of properties
public PrevPropCounter m_cpropPrev
return PrevPropCounter

m_hvo public_oe property

Hvo of the current item
public int m_hvo
return int

m_hvoOuter public_oe property

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

m_ihvo public_oe property

Index of the current item
public int m_ihvo
return int

m_tag public_oe property

Tag of the current item
public int m_tag
return int