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 |
---|---|
long? |
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 |
---|---|
int |
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 |
---|---|
int | 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 |
---|---|
int |