C# 클래스 SIL.FieldWorks.Common.Controls.XmlViewsMdc

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

공개 메소드들

메소드 설명
AddVirtualProp ( string bstrClass, string bstrField, int luFlid, int type ) : void
GetFieldName ( int flid ) : string
GetFieldType ( int luFlid ) : int
XmlViewsMdc ( IFwMetaDataCacheManaged metaDataCache ) : System

메소드 상세

AddVirtualProp() 공개 메소드

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

GetFieldName() 공개 메소드

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

GetFieldType() 공개 메소드

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

XmlViewsMdc() 공개 메소드

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