Table of Contents

Class CreatePropertyDefinitionRequest

Namespace
Ascon.Polynom.Web.Api.Data.Requests.PropertyDefinition
Assembly
Ascon.Polynom.Web.Api.Data.dll

Модель данных для создания нового определения свойства.

public class CreatePropertyDefinitionRequest : WebApiRequest, ICreatePropertyDefinitionRequest, IWebApiRequest
Inheritance
CreatePropertyDefinitionRequest
Implements
Inherited Members

Constructors

CreatePropertyDefinitionRequest()

public CreatePropertyDefinitionRequest()

Properties

Code

Код нового определения свойства (если не указано, будет присвоено значение по умолчанию).

public string? Code { get; set; }

Property Value

string

Description

Описание нового определения свойства.

public string? Description { get; set; }

Property Value

string

GroupId

Идентификатор группы, в которую будет помещено новое описание свойства.

public int GroupId { get; set; }

Property Value

int

MeasureEntityId

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

public int? MeasureEntityId { get; set; }

Property Value

int?

Name

Наименование нового определения свойства (если не указано, будет присвоено стандартное название).

public string? Name { get; set; }

Property Value

string

TypeId

Тип нового определения свойства.

public IdentifiableObjectType TypeId { get; set; }

Property Value

IdentifiableObjectType