Class TablePropertyDefinitionColumn
- Namespace
- Ascon.Polynom.Web.Api.Data.Models.Properties.Definition.Table
- Assembly
- Ascon.Polynom.Web.Api.Data.dll
Столбец определения свойства типа Table.
public class TablePropertyDefinitionColumn : ContractPropertySourceRef, INamedObject, ITablePropertyDefinitionColumn, IContractPropertySourceRef, IContractPropertySourceBase, IHaveName, IHaveId, IHaveAbsoluteCode, IAccessControlObject, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IHaveWriteAccess
- Inheritance
-
TablePropertyDefinitionColumn
- Implements
- Inherited Members
- Extension Methods
Constructors
TablePropertyDefinitionColumn()
public TablePropertyDefinitionColumn()
Properties
IsUniqueInTable
Признак "Уникально в таблице".
public bool IsUniqueInTable { get; set; }
Property Value
TablePropertyDefinition
Табличное свойство, в котором определен данный столбец.
public IIdentifiableObject TablePropertyDefinition { get; set; }
Property Value
Type
Тип столбца.
public PropertyType Type { get; set; }