Interface ITechNumerator
Представляет нумератор.
Inherited Members
Namespace: Ascon.Vertical.Core
Assembly: Ascon.Vertical.Core.dll
Syntax
public interface ITechNumerator : ITechModelElement
Properties
Description
Возвращает описание нумератора.
Declaration
string Description { get; }
Property Value
| Type | Description |
|---|---|
| string |
DisplayName
Возвращает отображаемое наименование нумератора.
Declaration
string DisplayName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Function
Возвращает функцию, производящую дополнительную обработку номера при нумерации.
Declaration
ITechScriptFunction Function { get; }
Property Value
| Type | Description |
|---|---|
| ITechScriptFunction |
Id
Возвращает идентификатор нумератора.
Declaration
int Id { get; }
Property Value
| Type | Description |
|---|---|
| int |
Length
Возвращает число знаков в нумераторе.
Declaration
int Length { get; }
Property Value
| Type | Description |
|---|---|
| int |
Name
Возвращает наименование нумератора.
Declaration
string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Parameters
Возвращает параметры нумератора.
Declaration
ITechEnumeration<ITechNumeratorParameters> Parameters { get; }
Property Value
| Type | Description |
|---|---|
| ITechEnumeration<ITechNumeratorParameters> |
Parent
Возвращает родительский тип.
Declaration
ITechObjectType Parent { get; }
Property Value
| Type | Description |
|---|---|
| ITechObjectType |
Start
Возвращает число, с которого начинается нумерация.
Declaration
int Start { get; }
Property Value
| Type | Description |
|---|---|
| int |
Step
Возвращает шаг нумерации.
Declaration
int Step { get; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
ToDto()
Возвращает описание нумератора.
Declaration
TechNumeratorDto ToDto()
Returns
| Type | Description |
|---|---|
| TechNumeratorDto | Сформированное описание нумератора. |