Show / Hide Table of Contents

Class TechDocumentDesignationDto

Описывает обозначение технологического документа.

Inheritance
object
TechDocumentDesignationDto
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 TechDocumentDesignationDto

Properties

DocumentDesignation

Возвращает или назначает обозначение документа.

Declaration
[JsonPropertyName("documentDesignation")]
public string DocumentDesignation { get; set; }
Property Value
Type Description
string

MainObjectFamilyId

Возвращает или назначает идентификатор семейства версий главного объекта.

Declaration
[JsonPropertyName("mainObjectFamilyId")]
public int MainObjectFamilyId { get; set; }
Property Value
Type Description
int

MainObjectName

Возвращает или назначает наименование главного объекта отчета.

Declaration
[JsonPropertyName("mainObjectName")]
public string MainObjectName { get; set; }
Property Value
Type Description
string
Remarks

Имя главного объекта, полученное из отчета, может отличаться от полученного из базы из-за перенумерации объектов в сквозном ТП.

RegistrationCardId

Возвращает или назначает идентификатор регистрационной карточки документа.

Declaration
[JsonPropertyName("registrationCardId")]
public int RegistrationCardId { get; set; }
Property Value
Type Description
int

TemplateKey

Возвращает или назначает ключ первого шаблона, по которому построен отчет.

Declaration
[JsonPropertyName("templateKey")]
public Guid TemplateKey { get; set; }
Property Value
Type Description
Guid

TemplateName

Возвращает или назначает наименование первого шаблона, по которому построен отчет.

Declaration
[JsonPropertyName("templateName")]
public string TemplateName { get; set; }
Property Value
Type Description
string
Back to top Copyright © 2014 - 2026 ООО «АСКОН-Бизнес-решения»