C# Class SIL.FieldWorks.FdoUi.CmObjectUi.CmPossRefVc

Special VC for classes that have a reference to a CmPossibility whose name/abbr should be used as the name/abbr for this.
Inheritance: CmObjectVc
Show file Open project: sillsdev/FieldWorks

Protected Properties

Property Type Description
m_flidRef int

Public Methods

Method Description
CmPossRefVc ( SIL.FieldWorks.FDO.FdoCache cache, int flidRef ) : System
Display ( IVwEnv vwenv, int hvo, int frag ) : void

Private Methods

Method Description
HandleObjMissing ( IVwEnv vwenv, int hvo ) : bool

Method Details

CmPossRefVc() public method

public CmPossRefVc ( SIL.FieldWorks.FDO.FdoCache cache, int flidRef ) : System
cache SIL.FieldWorks.FDO.FdoCache
flidRef int
return System

Display() public method

public Display ( IVwEnv vwenv, int hvo, int frag ) : void
vwenv IVwEnv
hvo int
frag int
return void

Property Details

m_flidRef protected property

protected int m_flidRef
return int