Table of Contents

Interface IRowPropertyDefinitionItem

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

Пункт перечисления для перечислимых типов свойств.

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(RowPropertyDefinitionItem))]
public interface IRowPropertyDefinitionItem : IHaveId, IAccessControlObject, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IHaveWriteAccess
Inherited Members
Extension Methods

Properties

Position

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

int Position { get; set; }

Property Value

int