Class PartyInfoDto
Inheritance
System.Object
PartyInfoDto
Assembly: MediaBrowser.Controller.dll
public class PartyInfoDto
Properties
Declaration
public string Id { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public string Name { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public List<SessionInfo> Sessions { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<SessionInfo> |
|
Declaration
public List<UserDto> Users { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<UserDto> |
|
Extension Methods