Class PersonInfo
This is the small Person stub that is attached to BaseItems
Inheritance
System.Object
PersonInfo
Assembly: MediaBrowser.Controller.dll
public sealed class PersonInfo : IHasProviderIds
Properties
Declaration
public Guid Guid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
Declaration
public long Id { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Declaration
public ItemImageInfo[] ImageInfos { get; set; }
Property Value
Declaration
public string ImageUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public long ItemId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
The name.
|
Declaration
public ProviderIdDictionary ProviderIds { get; set; }
Property Value
Declaration
public string Role { get; set; }
Property Value
Type |
Description |
System.String |
The role.
|
Declaration
public PersonType Type { get; set; }
Property Value
Methods
Declaration
public bool IsType(PersonType type)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Declaration
public LinkedItemInfo ToLinkedItemInfo()
Returns
Returns a System.String that represents this instance.
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
A System.String that represents this instance.
|
Overrides
System.Object.ToString()
Implements
Extension Methods