C# Class SIL.FieldWorks.XWorks.TestVc

Inheritance: SIL.FieldWorks.Common.RootSites.VwBaseVc
ファイルを表示 Open project: sillsdev/FieldWorks Class Usage Examples

Public Properties

Property Type Description
ItemWidths int>.Dictionary

Public Methods

Method Description
Display ( IVwEnv vwenv, int hvo, int frag ) : void

This is the main interesting method of displaying objects and fragments of them. Most subclasses should override.

TestVc ( SIL.FieldWorks.FDO.FdoCache cache ) : System

Private Methods

Method Description
NoteItemWidth ( IVwEnv vwenv, int hvo, int flid, int ws ) : void

Method Details

Display() public method

This is the main interesting method of displaying objects and fragments of them. Most subclasses should override.
public Display ( IVwEnv vwenv, int hvo, int frag ) : void
vwenv IVwEnv
hvo int
frag int
return void

TestVc() public method

public TestVc ( SIL.FieldWorks.FDO.FdoCache cache ) : System
cache SIL.FieldWorks.FDO.FdoCache
return System

Property Details

ItemWidths public_oe property

public Dictionary ItemWidths
return int>.Dictionary