Class ActivityLogEntry
Inheritance
System.Object
ActivityLogEntry
Namespace: MediaBrowser.Model.Activity
Assembly: MediaBrowser.Model.dll
Syntax
public class ActivityLogEntry
Properties
Date
Gets or sets the date.
Declaration
public DateTimeOffset Date { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset | The date. |
Id
Gets or sets the identifier.
Declaration
public long Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 | The identifier. |
ItemId
Gets or sets the item identifier.
Declaration
public string ItemId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The item identifier. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
Overview
Gets or sets the overview.
Declaration
public string Overview { get; set; }
Property Value
Type | Description |
---|---|
System.String | The overview. |
Severity
Gets or sets the log severity.
Declaration
public LogSeverity Severity { get; set; }
Property Value
Type | Description |
---|---|
LogSeverity | The log severity. |
ShortOverview
Gets or sets the short overview.
Declaration
public string ShortOverview { get; set; }
Property Value
Type | Description |
---|---|
System.String | The short overview. |
Type
Gets or sets the type.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String | The type. |
UserId
Gets or sets the user identifier.
Declaration
public string UserId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The user identifier. |
UserPrimaryImageTag
Gets or sets the user primary image tag.
Declaration
public string UserPrimaryImageTag { get; set; }
Property Value
Type | Description |
---|---|
System.String | The user primary image tag. |