C# Class SIL.FieldWorks.Common.Controls.XmlViewsMdc

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
GetFieldName ( int flid ) : string
GetFieldType ( int luFlid ) : int
XmlViewsMdc ( IFwMetaDataCacheManaged metaDataCache ) : 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

GetFieldName() public méthode

public GetFieldName ( int flid ) : string
flid int
Résultat string

GetFieldType() public méthode

public GetFieldType ( int luFlid ) : int
luFlid int
Résultat int

XmlViewsMdc() public méthode

public XmlViewsMdc ( IFwMetaDataCacheManaged metaDataCache ) : System
metaDataCache IFwMetaDataCacheManaged
Résultat System