C# Class SIL.FieldWorks.Common.Controls.ObjectListPublisher.ObjectListPublisherMdc

Inheritance: SIL.FieldWorks.FDO.Infrastructure.FdoMetaDataCacheDecoratorBase
Show file Open project: sillsdev/FieldWorks

Public Methods

Method Description
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

Method Details

AddVirtualProp() public method

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

GetDstClsId() public method

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

GetFieldId() public method

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
return int

GetFieldName() public method

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

GetFieldType() public method

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

GetOwnClsName() public method

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

ObjectListPublisherMdc() public method

public ObjectListPublisherMdc ( IFwMetaDataCacheManaged metaDataCache, ObjectListPublisher publisher ) : System
metaDataCache IFwMetaDataCacheManaged
publisher ObjectListPublisher
return System