Title here
Summary here
public class LogEntry
public string Action { get; set; }
Type | Description |
---|---|
string |
public DateTime? EndDate { get; set; }
Type | Description |
---|---|
DateTime? |
public long Id { get; set; }
Type | Description |
---|---|
long |
public string Level { get; set; }
Type | Description |
---|---|
string |
public long? LoadProcessId { get; set; }
Type | Description |
---|---|
long? |
public DateTime LogDate { get; set; }
Type | Description |
---|---|
DateTime |
public string Message { get; set; }
Type | Description |
---|---|
string |
public string Source { get; set; }
Type | Description |
---|---|
string |
public DateTime StartDate { get; }
Type | Description |
---|---|
DateTime |
public string TaskHash { get; set; }
Type | Description |
---|---|
string |
public string TaskName { get; set; }
Type | Description |
---|---|
string |
public string TaskType { get; set; }
Type | Description |
---|---|
string |