Class GenericListItem
Inheritance
System.Object
GenericListItem
Assembly: Emby.Web.GenericEdit.dll
Syntax
public class GenericListItem
Constructors
GenericListItem()
Declaration
GenericListItem(IconNames, String, String)
Declaration
public GenericListItem(IconNames icon, string primaryText, string secondaryText)
Parameters
Type |
Name |
Description |
IconNames |
icon |
|
System.String |
primaryText |
|
System.String |
secondaryText |
|
GenericListItem(StandardIcons, String, String)
Declaration
public GenericListItem(StandardIcons icon, string primaryText, string secondaryText)
Parameters
Type |
Name |
Description |
StandardIcons |
icon |
|
System.String |
primaryText |
|
System.String |
secondaryText |
|
Properties
Declaration
public ButtonItem Button1 { get; set; }
Property Value
Declaration
public ButtonItem Button2 { get; set; }
Property Value
HasPercentage
Declaration
public bool HasPercentage { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
HyperLink
Declaration
public string HyperLink { get; set; }
Property Value
Type |
Description |
System.String |
|
Icon
Declaration
public IconNames? Icon { get; set; }
Property Value
IconMode
Declaration
public ItemListIconMode IconMode { get; set; }
Property Value
PercentComplete
Declaration
public int PercentComplete { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PrimaryText
Declaration
public string PrimaryText { get; set; }
Property Value
Type |
Description |
System.String |
|
SecondaryText
Declaration
public string SecondaryText { get; set; }
Property Value
Type |
Description |
System.String |
|
ShowSecondaryFirst
Declaration
public bool ShowSecondaryFirst { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StandardIcon
Declaration
public StandardIcons? StandardIcon { get; set; }
Property Value
Status
Declaration
public ItemStatus Status { get; set; }
Property Value
SubItems
Declaration
public List<GenericListItem> SubItems { get; set; }
Property Value
Tag
Declaration
public TagItem Tag { get; set; }
Property Value
Toggle
Declaration
public ToggleButtonItem Toggle { get; set; }
Property Value
Extension Methods