C# Class SIL.FieldWorks.FdoUi.VectorReferenceUi

Handles things common to ReferenceSequence and ReferenceCollection classes.
Inheritance: ReferenceBaseUi
Exibir arquivo Open project: sillsdev/FieldWorks

Protected Properties

Property Type Description
m_iCurrent int
m_iType CellarPropertyType

Public Methods

Method Description
VectorReferenceUi ( SIL.FieldWorks.FDO.FdoCache cache, ICmObject rootObj, int referenceFlid, int targetHvo ) : System

Method Details

VectorReferenceUi() public method

public VectorReferenceUi ( SIL.FieldWorks.FDO.FdoCache cache, ICmObject rootObj, int referenceFlid, int targetHvo ) : System
cache SIL.FieldWorks.FDO.FdoCache
rootObj ICmObject
referenceFlid int
targetHvo int
return System

Property Details

m_iCurrent protected_oe property

protected int m_iCurrent
return int

m_iType protected_oe property

protected CellarPropertyType m_iType
return CellarPropertyType