Interface INumerator
Нумератор.
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface INumerator : IApiObject, IApiEntity, INotifyPropertyChanged
Properties
Counter
Возвращает текущее значение счетчика.
Declaration
ulong Counter { get; }
Property Value
| Type | Description |
|---|---|
| ulong |
CounterStartNumber
Возвращает и устанавливает стартовое значение счетчика.
Declaration
ulong CounterStartNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| ulong |
NumberTemplate
Возвращает и устанавливает шаблон номера.
Declaration
string NumberTemplate { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Owner
Владелец нумератора.
Declaration
INumeratorOwner Owner { get; }
Property Value
| Type | Description |
|---|---|
| INumeratorOwner |
Methods
ResetCounter()
Сбрасывает счетчик.
Declaration
void ResetCounter()