C# Class SIL.FieldWorks.XWorks.InterestingTextsMdc

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

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

GetDstClsId() public méthode

public GetDstClsId ( int flid ) : int
flid int
Résultat int

GetFieldId() public méthode

public GetFieldId ( string bstrClassName, string bstrFieldName, bool fIncludeBaseClasses ) : int
bstrClassName string
bstrFieldName string
fIncludeBaseClasses bool
Résultat int

GetFieldId2() public méthode

public GetFieldId2 ( int luClid, string bstrFieldName, bool fIncludeBaseClasses ) : int
luClid int
bstrFieldName string
fIncludeBaseClasses bool
Résultat int

GetFieldName() public méthode

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

GetFieldType() public méthode

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

GetOwnClsName() public méthode

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

InterestingTextsMdc() public méthode

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