Class TechCheckoutDto
Описывает чекаут.
Inherited Members
Namespace: Ascon.Vertical.Core
Assembly: Ascon.Vertical.Core.dll
Syntax
public class TechCheckoutDto
Properties
CreationDate
Возвращает или назначает дату создания чекаута.
Declaration
[JsonPropertyName("creationDate")]
public DateTime CreationDate { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Description
Возвращает или назначает описание чекаута.
Declaration
[JsonPropertyName("description")]
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Возвращает или назначает идентификатор чекаута.
Declaration
[JsonPropertyName("id")]
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ObjectId
Возвращает или назначает идентификатор объекта чекаута.
Declaration
[JsonPropertyName("objectId")]
public int ObjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |