Class UserAction
Inheritance
System.Object
UserAction
Assembly: MediaBrowser.Model.dll
Properties
Declaration
public DateTimeOffset Date { get; set; }
Property Value
Type |
Description |
System.DateTimeOffset |
|
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool? IsFavorite { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
public string ItemId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool? Played { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
public long? PositionTicks { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
Declaration
public string ServerId { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public UserActionType Type { get; set; }
Property Value
Declaration
public string UserId { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods