Table of Contents

Class TablePropertyDefinition

Namespace
Ascon.Polynom.Web.Api.Data.Models.Properties.Definition.Table
Assembly
Ascon.Polynom.Web.Api.Data.dll

Определение свойства типа Table.

public class TablePropertyDefinition : ContractRef, ITablePropertyDefinition, IPropertyDefinition, IPropertyDefinitionBase, IBaseGroupMember, IPropertyQualifier, IContractRef, IContractBase, INamedObject, IHaveName, IHaveId, IHaveAbsoluteCode, IHaveCode, IHaveDescription, ICanBeSystemObject, IAccessControlObject, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IHaveWriteAccess
Inheritance
TablePropertyDefinition
Implements
Inherited Members
Extension Methods

Constructors

TablePropertyDefinition()

public TablePropertyDefinition()

Properties

Columns

Определения столбцов табличного свойства.

public List<ITablePropertyDefinitionColumn> Columns { get; set; }

Property Value

List<ITablePropertyDefinitionColumn>

DefaultPropertyValue

Возвращает значение по умолчанию для данного определения свойства.

public IIdentifiableObject? DefaultPropertyValue { get; set; }

Property Value

IIdentifiableObject

OwnerBaseGroup

Возвращает или задает группу-владелец.

public IIdentifiableObject OwnerBaseGroup { get; set; }

Property Value

IIdentifiableObject

OwnerGroup

Возвращает группу, в которой находится данное определение свойства.

public IIdentifiableObject OwnerGroup { get; set; }

Property Value

IIdentifiableObject

Type

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

public PropertyType Type { get; set; }

Property Value

PropertyType