C# Класс SIL.FieldWorks.Common.Controls.ObjectListPublisher.ObjectListPublisherMdc

Наследование: SIL.FieldWorks.FDO.Infrastructure.FdoMetaDataCacheDecoratorBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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