Show / Hide Table of Contents

Interface ITechMarkerType

Представляет тип маркера.

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

Properties

Description

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

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

DisplayName

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

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

Id

Возвращает идентификатор типа.

Declaration
int Id { get; }
Property Value
Type Description
int

IsSystem

Возвращает признак, определяющий, является ли тип системным.

Declaration
bool IsSystem { get; }
Property Value
Type Description
bool

Name

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

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

ValueType

Возвращает тип значения маркера.

Declaration
TechMarkerValueType ValueType { get; }
Property Value
Type Description
TechMarkerValueType

Methods

ToDto()

Возвращает описание определение маркера.

Declaration
TechMarkerTypeDto ToDto()
Returns
Type Description
TechMarkerTypeDto

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

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