Show / Hide Table of Contents

Class TechCheckoutDto

Описывает чекаут.

Inheritance
object
TechCheckoutDto
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
Back to top Copyright © 2014 - 2026 ООО «АСКОН-Бизнес-решения»