C# Class SIL.FieldWorks.XWorks.InterestingTextsMdc

Inheritance: SIL.FieldWorks.FDO.Infrastructure.FdoMetaDataCacheDecoratorBase
Mostrar archivo Open project: sillsdev/FieldWorks

Public Methods

Method Description
AddVirtualProp ( string bstrClass, string bstrField, int luFlid, int type ) : void
GetDstClsId ( int flid ) : int
GetFieldId ( string bstrClassName, string bstrFieldName, bool fIncludeBaseClasses ) : int
GetFieldId2 ( int luClid, string bstrFieldName, bool fIncludeBaseClasses ) : int
GetFieldName ( int flid ) : string
GetFieldType ( int flid ) : int
GetOwnClsName ( int flid ) : string
InterestingTextsMdc ( 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

GetDstClsId() public method

public GetDstClsId ( int flid ) : int
flid int
return int

GetFieldId() public method

public GetFieldId ( string bstrClassName, string bstrFieldName, bool fIncludeBaseClasses ) : int
bstrClassName string
bstrFieldName string
fIncludeBaseClasses bool
return int

GetFieldId2() public method

public GetFieldId2 ( int luClid, string bstrFieldName, bool fIncludeBaseClasses ) : int
luClid int
bstrFieldName string
fIncludeBaseClasses bool
return int

GetFieldName() public method

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

GetFieldType() public method

public GetFieldType ( int flid ) : int
flid int
return int

GetOwnClsName() public method

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

InterestingTextsMdc() public method

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