Table of Contents

Class UpdatePropertyDefinitionRequest

Namespace
Ascon.Polynom.Web.Api.Data.Requests.PropertyDefinition
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

string

Description

Описание свойства.

public string? Description { get; set; }

Property Value

string

MeasureEntityId

Идентификатор измеряемой сущности (заполняется при создании свойства с типом "Число с плавающей точкой").

public int? MeasureEntityId { get; set; }

Property Value

int?

Name

Отображаемое имя свойства.

public string? Name { get; set; }

Property Value

string

Type

Тип свойства.

public PropertyType? Type { get; set; }

Property Value

PropertyType?