Class PropertySourceRef
Представляет источник свойства.
public class PropertySourceRef : IdentifiableObject, IPropertySourceRef, IHaveAbsoluteCode, IHaveId, IAccessControlObject, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IHaveWriteAccess
- Inheritance
-
PropertySourceRef
- Implements
- Inherited Members
- Extension Methods
Constructors
PropertySourceRef()
public PropertySourceRef()
Properties
AbsoluteCode
Длинный уникальный код.
public string AbsoluteCode { get; set; }
Property Value
Definition
Определение свойства.
public IIdentifiableObject Definition { get; set; }
Property Value
Id
Идентификатор
public string Id { get; set; }
Property Value
IsLinked
Признак того, что источник свойства является ссылочным.
public bool IsLinked { get; set; }
Property Value
- bool
trueесли источник свойства ссылочный; иначе,false.
LinkDefinitionEnd
Возвращает конец связи (для связанных свойств).
public IIdentifiableObject LinkDefinitionEnd { get; set; }
Property Value
LinkedConceptPropertySource
Возвращает связанный источник свойства.
public IIdentifiableObject LinkedConceptPropertySource { get; set; }
Property Value
OwnerContract
Возвращает контракт-владелец.
public IIdentifiableObject OwnerContract { get; set; }
Property Value
WriteAccess
Возвращает признак, открыт ли объект на запись.
public bool WriteAccess { get; set; }