Метод | Описание | |
---|---|---|
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.
|
public static CmObjectReferenceTargetOwner ( FdoCache cache, int flid ) : ICmObject | ||
cache | FdoCache | |
flid | int | |
Результат | ICmObject |
public static RnGenericRecReferenceTargetOwner ( FdoCache cache, int flid ) : ICmObject | ||
cache | FdoCache | |
flid | int | |
Результат | ICmObject |