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