Class UpdatePropertyDefinitionRequest
- Assembly
- Ascon.Polynom.Web.Api.Data.dll
Модель данных для обновления определения свойства.
public class UpdatePropertyDefinitionRequest : IdentifierRequest, IUpdatePropertyDefinitionRequest, IUpdateRequest, IIdentifierRequest, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IWebApiRequest
- Inheritance
-
UpdatePropertyDefinitionRequest
- Implements
- Inherited Members
- Extension Methods
Constructors
UpdatePropertyDefinitionRequest()
public UpdatePropertyDefinitionRequest()
Properties
Code
Код описания свойства.
public string? Code { get; set; }
Property Value
Description
Описание свойства.
public string? Description { get; set; }
Property Value
MeasureEntityId
Идентификатор измеряемой сущности (заполняется при создании свойства с типом "Число с плавающей точкой").
public int? MeasureEntityId { get; set; }
Property Value
- int?
Name
Отображаемое имя свойства.
public string? Name { get; set; }
Property Value
Type
Тип свойства.
public PropertyType? Type { get; set; }