Interface IStatisticItem
Элемент статистики.
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface IStatisticItem : IApiObject, IApiEntity, INotifyPropertyChanged
Properties
Count
Количество элементов, которые будут задеты изменением.
Declaration
int Count { get; }
Property Value
| Type | Description |
|---|---|
| int | Количество. |
Message
Сообщение о характере изменения.
Declaration
string Message { get; }
Property Value
| Type | Description |
|---|---|
| string | Сообщение. |