Show / Hide Table of Contents

Interface ITechDocumentDesignation

Представляет обозначение технологического документа.

Namespace: Ascon.Vertical.Core
Assembly: Ascon.Vertical.Core.dll
Syntax
public interface ITechDocumentDesignation

Properties

DocumentDesignation

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

Declaration
string DocumentDesignation { get; }
Property Value
Type Description
string

MainObjectFamilyId

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

Declaration
int MainObjectFamilyId { get; }
Property Value
Type Description
int

MainObjectName

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

Declaration
string MainObjectName { get; }
Property Value
Type Description
string

RegistrationCardId

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

Declaration
int RegistrationCardId { get; }
Property Value
Type Description
int

TemplateKey

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

Declaration
Guid TemplateKey { get; }
Property Value
Type Description
Guid

TemplateName

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

Declaration
string TemplateName { get; }
Property Value
Type Description
string

Methods

ToDto()

Формирует описание обозначения документа отчета.

Declaration
TechDocumentDesignationDto ToDto()
Returns
Type Description
TechDocumentDesignationDto

Сформированное описание.

Back to top Copyright © 2014 - 2026 ООО «АСКОН-Бизнес-решения»