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

Inheritance: SIL.FieldWorks.FDO.Infrastructure.FdoMetaDataCacheDecoratorBase
Show file Open project: sillsdev/FieldWorks

Public Methods

Method 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 method

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

GetFieldName() public method

public GetFieldName ( int flid ) : string
flid int
return string

GetFieldType() public method

public GetFieldType ( int luFlid ) : int
luFlid int
return int

XmlViewsMdc() public method

public XmlViewsMdc ( IFwMetaDataCacheManaged metaDataCache ) : System
metaDataCache IFwMetaDataCacheManaged
return System