Class EnumIntPropertyDefinition
- Namespace
- Ascon.Polynom.Web.Api.Data.Models.Properties.Definition.Enums
- Assembly
- Ascon.Polynom.Web.Api.Data.dll
Представляет описание свойства "Перечислимое целое число с описанием".
public class EnumIntPropertyDefinition : PropertyDefinition, IEnumIntPropertyDefinition, IEnumWithDescriptionPropertyDefinition, IRowPropertyDefinition, IPropertyDefinition, IPropertyDefinitionBase, INamedObject, IHaveCode, IHaveAbsoluteCode, IBaseGroupMember, IPropertyQualifier, IAccessControlObject, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IHaveWriteAccess, IHaveName, IHaveId, IHaveDescription, ICanBeSystemObject
- Inheritance
-
EnumIntPropertyDefinition
- Implements
- Inherited Members
- Extension Methods
Constructors
EnumIntPropertyDefinition()
public EnumIntPropertyDefinition()
Properties
Items
Доступные значения свойства.
public List<IEnumIntItem>? Items { get; set; }