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

Special VC for classes that have name and abbreviation, both displayed in UI WS.
Inheritance: CmNamedObjVc
Show file Open project: sillsdev/FieldWorks

Protected Properties

Property Type Description
m_flidAbbr int

Public Methods

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

Method Details

CmNameAbbrObjVc() public method

public CmNameAbbrObjVc ( SIL.FieldWorks.FDO.FdoCache cache, int flidName, int flidAbbr ) : System
cache SIL.FieldWorks.FDO.FdoCache
flidName int
flidAbbr 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_flidAbbr protected property

protected int m_flidAbbr
return int