C# 클래스 SIL.FieldWorks.Common.Controls.ObjectListPublisher.ObjectListPublisherMdc

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

공개 메소드들

메소드 설명
AddVirtualProp ( string bstrClass, string bstrField, int luFlid, int type ) : void
GetDstClsId ( int flid ) : int

Override to give the class of objects in the 'owning' property.

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

Override to let the fake flid be looked up by name.

GetFieldName ( int flid ) : string

Override to give the name of the class of the 'owning' property.

GetFieldType ( int flid ) : int

Override to give the type of the 'owning' and fake properties.

GetOwnClsName ( int flid ) : string

Override to give the name of the 'owning' property.

ObjectListPublisherMdc ( IFwMetaDataCacheManaged metaDataCache, ObjectListPublisher publisher ) : System

메소드 상세

AddVirtualProp() 공개 메소드

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

GetDstClsId() 공개 메소드

Override to give the class of objects in the 'owning' property.
public GetDstClsId ( int flid ) : int
flid int
리턴 int

GetFieldId() 공개 메소드

Override to let the fake flid be looked up by name.
public GetFieldId ( string bstrClassName, string bstrFieldName, bool fIncludeBaseClasses ) : int
bstrClassName string
bstrFieldName string
fIncludeBaseClasses bool
리턴 int

GetFieldName() 공개 메소드

Override to give the name of the class of the 'owning' property.
public GetFieldName ( int flid ) : string
flid int
리턴 string

GetFieldType() 공개 메소드

Override to give the type of the 'owning' and fake properties.
public GetFieldType ( int flid ) : int
flid int
리턴 int

GetOwnClsName() 공개 메소드

Override to give the name of the 'owning' property.
public GetOwnClsName ( int flid ) : string
flid int
리턴 string

ObjectListPublisherMdc() 공개 메소드

public ObjectListPublisherMdc ( IFwMetaDataCacheManaged metaDataCache, ObjectListPublisher publisher ) : System
metaDataCache IFwMetaDataCacheManaged
publisher ObjectListPublisher
리턴 System