Class TechDocumentDesignation
Содержит параметры обозначения технологического документа.
Implements
Inherited Members
Namespace: Ascon.Vertical.Core
Assembly: Ascon.Vertical.Core.dll
Syntax
public class TechDocumentDesignation : ITechDocumentDesignation
Constructors
TechDocumentDesignation(TechDocumentDesignationDto)
Создает новый экземпляр класса TechDocumentDesignation.
Declaration
public TechDocumentDesignation(TechDocumentDesignationDto dto)
Parameters
| Type | Name | Description |
|---|---|---|
| TechDocumentDesignationDto | dto | Описание параметров обозначения документа. |
Properties
DocumentDesignation
Возвращает обозначение документа.
Declaration
public string DocumentDesignation { get; }
Property Value
| Type | Description |
|---|---|
| string |
MainObjectFamilyId
Возвращает идентификатор семейства версий главного объекта.
Declaration
public int MainObjectFamilyId { get; }
Property Value
| Type | Description |
|---|---|
| int |
MainObjectName
Возвращает наименование главного объекта.
Declaration
public string MainObjectName { get; }
Property Value
| Type | Description |
|---|---|
| string |
RegistrationCardId
Возвращает идентификатор регистрационной карточки документа.
Declaration
public int RegistrationCardId { get; }
Property Value
| Type | Description |
|---|---|
| int |
TemplateKey
Возвращает ключ первого шаблона, по которому построен отчет.
Declaration
public Guid TemplateKey { get; }
Property Value
| Type | Description |
|---|---|
| Guid |
TemplateName
Возвращает Наименование первого шаблона, по которому построен отчет.
Declaration
public string TemplateName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
ToDto()
Формирует описание обозначения документа отчета.
Declaration
public TechDocumentDesignationDto ToDto()
Returns
| Type | Description |
|---|---|
| TechDocumentDesignationDto | Сформированное описание. |