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

Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Свойство Type Description
m_cpropPrev PrevPropCounter
m_hvo int
m_hvoOuter int
m_ihvo int
m_tag int

Méthodes publiques

Méthode 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 méthode

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.
Résultat System

ToSelLevInfo() public méthode

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

Property Details

m_cpropPrev public_oe property

Handles counting of previous occurrences of properties
public PrevPropCounter m_cpropPrev
Résultat PrevPropCounter

m_hvo public_oe property

Hvo of the current item
public int m_hvo
Résultat 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
Résultat int

m_ihvo public_oe property

Index of the current item
public int m_ihvo
Résultat int

m_tag public_oe property

Tag of the current item
public int m_tag
Résultat int