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

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

공개 메소드들

메소드 설명
AddVirtualProp ( string bstrClass, string bstrField, int luFlid, int type ) : void
ConcMdc ( IFwMetaDataCacheManaged metaDataCache ) : System
GetClassName ( int clid ) : string
GetDstClsId ( int flid ) : int

The clerk currently ignores properties with signature 0, so doesn't do more with them.

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

메소드 상세

AddVirtualProp() 공개 메소드

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

ConcMdc() 공개 메소드

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

GetClassName() 공개 메소드

public GetClassName ( int clid ) : string
clid int
리턴 string

GetDstClsId() 공개 메소드

The clerk currently ignores properties with signature 0, so doesn't do more with them.
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