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
DefaultPropertyValue
Возвращает значение по умолчанию для данного определения свойства.
public IIdentifiableObject? DefaultPropertyValue { get; set; }
Property Value
OwnerBaseGroup
Возвращает или задает группу-владелец.
public IIdentifiableObject OwnerBaseGroup { get; set; }
Property Value
OwnerGroup
Возвращает группу, в которой находится данное определение свойства.
public IIdentifiableObject OwnerGroup { get; set; }
Property Value
Type
Тип свойства.
public PropertyType Type { get; set; }