C# Класс SIL.FieldWorks.FDO.DomainServices.ReferenceTargetServices

This class provides a place to put methods that indicate the possible targets of reference attributes, for the cases where we need access to them apart from calling ReferenceTargetCandidates on an instance.
Показать файл Открыть проект

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

Метод Описание
CmObjectReferenceTargetOwner ( FdoCache cache, int flid ) : ICmObject

Return the object (actually a possibility list) that owns the possible targets for the properties a particular field of of a CmObject (if any). This only handles the default, that is, any custom fields. Some more specific method should be used (perhaps created) if you need the object for some real field.

RnGenericRecReferenceTargetOwner ( FdoCache cache, int flid ) : ICmObject

Return the object (actually a possibility list) that owns the possible targets for the properties of a particular field of an RnGenericRec.

Описание методов

CmObjectReferenceTargetOwner() публичный статический Метод

Return the object (actually a possibility list) that owns the possible targets for the properties a particular field of of a CmObject (if any). This only handles the default, that is, any custom fields. Some more specific method should be used (perhaps created) if you need the object for some real field.
public static CmObjectReferenceTargetOwner ( FdoCache cache, int flid ) : ICmObject
cache FdoCache
flid int
Результат ICmObject

RnGenericRecReferenceTargetOwner() публичный статический Метод

Return the object (actually a possibility list) that owns the possible targets for the properties of a particular field of an RnGenericRec.
public static RnGenericRecReferenceTargetOwner ( FdoCache cache, int flid ) : ICmObject
cache FdoCache
flid int
Результат ICmObject