C# 클래스 SIL.FieldWorks.XWorks.InterestingTextsMdc

상속: SIL.FieldWorks.FDO.Infrastructure.FdoMetaDataCacheDecoratorBase
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
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

메소드 상세

AddVirtualProp() 공개 메소드

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

GetDstClsId() 공개 메소드

public GetDstClsId ( int flid ) : int
flid int
리턴 int

GetFieldId() 공개 메소드

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

GetFieldId2() 공개 메소드

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

GetFieldName() 공개 메소드

public GetFieldName ( int flid ) : string
flid int
리턴 string

GetFieldType() 공개 메소드

public GetFieldType ( int flid ) : int
flid int
리턴 int

GetOwnClsName() 공개 메소드

public GetOwnClsName ( int flid ) : string
flid int
리턴 string

InterestingTextsMdc() 공개 메소드

public InterestingTextsMdc ( IFwMetaDataCacheManaged metaDataCache ) : System
metaDataCache IFwMetaDataCacheManaged
리턴 System