C# Класс SIL.FieldWorks.Common.Framework.DetailControls.GhostStringSlice.GhostMdc

The ghost slice displays just one virtual string; this decorator handles the fake flid.
Наследование: SIL.FieldWorks.FDO.Infrastructure.FdoMetaDataCacheDecoratorBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

AddVirtualProp() публичный Метод

public AddVirtualProp ( string bstrClass, string bstrField, int luFlid, int type ) : void
bstrClass string
bstrField string
luFlid int
type int
Результат void

GetFieldType() публичный Метод

The virtual field store a TsString, so the fake flid returns a type of String.
public GetFieldType ( int luFlid ) : int
luFlid int
Результат int

GhostMdc() публичный Метод

public GhostMdc ( IFwMetaDataCacheManaged mdc ) : System
mdc IFwMetaDataCacheManaged
Результат System