Show / Hide Table of Contents

Class TechDocumentDesignation

Содержит параметры обозначения технологического документа.

Inheritance
object
TechDocumentDesignation
Implements
ITechDocumentDesignation
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 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

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

Implements

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