Show / Hide Table of Contents

Interface ITechReportTemplateAttributeValue

Представляет значение атрибута шаблона отчета.

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

Properties

Name

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

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

Value

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

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

Methods

ToDto()

Возвращает описание значения атрибута шаблона.

Declaration
TechReportTemplateAttributeValueDto ToDto()
Returns
Type Description
TechReportTemplateAttributeValueDto

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

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