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

Special VC for classes that have name flid. It is a MultiString property, and the default user WS should be used to display it.
Inheritance: CmObjectVc
Mostrar archivo Open project: sillsdev/FieldWorks

Protected Properties

Property Type Description
m_flidName int

Public Methods

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

Method Details

CmNamedObjVc() public method

public CmNamedObjVc ( SIL.FieldWorks.FDO.FdoCache cache, int flidName ) : System
cache SIL.FieldWorks.FDO.FdoCache
flidName 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_flidName protected_oe property

protected int m_flidName
return int