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
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode 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 méthode

public AddVirtualProp ( string bstrClass, string bstrField, int luFlid, int type ) : void
bstrClass string
bstrField string
luFlid int
type int
Résultat void

GetFieldType() public méthode

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

GhostMdc() public méthode

public GhostMdc ( IFwMetaDataCacheManaged mdc ) : System
mdc IFwMetaDataCacheManaged
Résultat System