Show / Hide Table of Contents

Class TechReportTemplateAttributeValue

Атрибут шаблона отчета.

Inheritance
object
TechReportTemplateAttributeValue
Implements
ITechReportTemplateAttributeValue
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 TechReportTemplateAttributeValue : ITechReportTemplateAttributeValue

Constructors

TechReportTemplateAttributeValue(TechReportTemplateAttributeValueDto)

Создает новый экземпляр класса TechReportTemplateAttributeValue.

Declaration
public TechReportTemplateAttributeValue(TechReportTemplateAttributeValueDto dto)
Parameters
Type Name Description
TechReportTemplateAttributeValueDto dto

Описаниеи атрибута шаблона.

Properties

Name

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

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

Value

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

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

Methods

ToDto()

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

Declaration
public TechReportTemplateAttributeValueDto ToDto()
Returns
Type Description
TechReportTemplateAttributeValueDto

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

Implements

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