Class TechRegistrationCardParametersDto
Описывает параметры регистрационной карточки документа.
Inherited Members
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 |