Interface IEventRecord
Запись журнала событий о событии.
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface IEventRecord : IApiObject, IApiEntity, INotifyPropertyChanged
Properties
DateTime
Дата и время возникновения события.
Declaration
DateTime DateTime { get; }
Property Value
| Type | Description |
|---|---|
| DateTime |
LoggedObject
Объект, к которому относится запись.
Declaration
IApiObject LoggedObject { get; }
Property Value
| Type | Description |
|---|---|
| IApiObject |
LoggedObjectId
Идентификатор объекта, к которому относится запись.
Declaration
ApiObjectIdentifier LoggedObjectId { get; }
Property Value
| Type | Description |
|---|---|
| ApiObjectIdentifier |
Message
Сообщение.
Declaration
string Message { get; }
Property Value
| Type | Description |
|---|---|
| string |
Reference
Справочник, в котором произошло событие.
Declaration
IReference Reference { get; }
Property Value
| Type | Description |
|---|---|
| IReference |
Result
Результат применения действия.
Declaration
TransactionRecordsGroupResult Result { get; }
Property Value
| Type | Description |
|---|---|
| TransactionRecordsGroupResult |
Type
Тип события.
Declaration
EventRecordType Type { get; }
Property Value
| Type | Description |
|---|---|
| EventRecordType |
User
Пользователь, который совершил описываемое действие.
Declaration
IUser User { get; }
Property Value
| Type | Description |
|---|---|
| IUser |