C# Class SIL.FieldWorks.Common.Framework.DetailControls.GhostStringSlice.GhostMdc

The ghost slice displays just one virtual string; this decorator handles the fake flid.
Inheritance: SIL.FieldWorks.FDO.Infrastructure.FdoMetaDataCacheDecoratorBase
显示文件 Open project: sillsdev/FieldWorks

Public Methods

Method Description
AddVirtualProp ( string bstrClass, string bstrField, int luFlid, int type ) : void
GetFieldType ( int luFlid ) : int

The virtual field store a TsString, so the fake flid returns a type of String.

GhostMdc ( IFwMetaDataCacheManaged mdc ) : System

Method Details

AddVirtualProp() public method

public AddVirtualProp ( string bstrClass, string bstrField, int luFlid, int type ) : void
bstrClass string
bstrField string
luFlid int
type int
return void

GetFieldType() public method

The virtual field store a TsString, so the fake flid returns a type of String.
public GetFieldType ( int luFlid ) : int
luFlid int
return int

GhostMdc() public method

public GhostMdc ( IFwMetaDataCacheManaged mdc ) : System
mdc IFwMetaDataCacheManaged
return System