Show / Hide Table of Contents

Class TechRegistrationCardParametersDto

Описывает параметры регистрационной карточки документа.

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

Properties

MainObjectFamilyId

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

Declaration
[JsonPropertyName("mainObjectFamilyId")]
public int MainObjectFamilyId { 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 ООО «АСКОН-Бизнес-решения»