Class LoggedEvent
Represents information about a recorded event.
Inherited Members
Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
public class LoggedEvent
Properties
Application
Gets or sets the name of the application in which the event occurred.
Declaration
public string Application { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
EventData
Gets or sets the event data.
Declaration
public string EventData { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
ItemAgencyId
Gets or sets the agency identifier of the item to which the event applies.
Declaration
public string ItemAgencyId { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
ItemId
Gets or sets the identifier of the item to which the event applies.
Declaration
public Guid ItemId { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
ItemVersion
Gets or sets the version of the item to which the event applies.
Declaration
public long? ItemVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| Nullable<Int64> |
Level
Gets or sets the event level. 1 is "Informational", and higher numbers are for more verbose output.
Declaration
public int Level { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Logged
Gets or sets the date and time at which the event occurred.
Declaration
public DateTime Logged { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Number
Gets or sets the number identifying the type of event, unique within the scope of the Application.
Declaration
public int Number { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 | The number. |
Username
Gets or sets the username responsible for the action being logged.
Declaration
public string Username { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Version
Gets or sets the version of the event type.
Declaration
public int Version { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |