Show / Hide Table of Contents

Interface ITechConstant

Представляет константу модели.

Inherited Members
ITechModelElement.Model
Namespace: Ascon.Vertical.Core
Assembly: Ascon.Vertical.Core.dll
Syntax
public interface ITechConstant : ITechModelElement

Properties

Description

Возвращает описание константы.

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

DisplayName

Возвращает отображаемое имя константы.

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

GroupName

Возвращает наименование группы константы.

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

Name

Возвращает наименование константы.

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

Value

Возвращает значение константы.

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

Methods

ToDto()

Возвращает описание константы.

Declaration
TechConstantDto ToDto()
Returns
Type Description
TechConstantDto

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

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