Table of Contents

Class PropertyDefinitionBase

Namespace
Ascon.Polynom.Web.Api.Data.Models.Properties.Definition
Assembly
Ascon.Polynom.Web.Api.Data.dll
public class PropertyDefinitionBase : NamedObject, IPropertyDefinitionBase, INamedObject, IHaveName, IHaveCode, IHaveAbsoluteCode, IAccessControlObject, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IHaveWriteAccess
Inheritance
PropertyDefinitionBase
Implements
Derived
Inherited Members
Extension Methods

Constructors

PropertyDefinitionBase()

public PropertyDefinitionBase()

Properties

AbsoluteCode

Длинный уникальный код.

public string AbsoluteCode { get; set; }

Property Value

string

Code

Уникальный код.

public string Code { get; set; }

Property Value

string

Type

Тип свойства.

public PropertyType Type { get; set; }

Property Value

PropertyType

WriteAccess

Возвращает признак, открыт ли объект на запись.

public bool WriteAccess { get; set; }

Property Value

bool