Class PropertySource
Представляет источник свойства.
public class PropertySource : AccessControlObject, IPropertySource, IHaveId, IHaveAbsoluteCode, IAccessControlObject, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IHaveWriteAccess
- Inheritance
-
PropertySource
- Implements
- Inherited Members
- Extension Methods
Constructors
PropertySource()
public PropertySource()
Properties
AbsoluteCode
Длинный уникальный код.
public string AbsoluteCode { get; set; }
Property Value
Definition
Определение свойства.
public IPropertyDefinitionWithItems 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 INamedObject? LinkDefinitionEnd { get; set; }
Property Value
LinkedConceptPropertySource
Возвращает связанный источник свойства.
public IIdentifiableObject? LinkedConceptPropertySource { get; set; }
Property Value
OwnerContract
Возвращает контракт-владелец.
public INamedObject? OwnerContract { get; set; }