Class SelectableListItem
Inheritance
SelectableListItem
Assembly: SoCore.dll
Syntax
public class SelectableListItem : SoListItem, IComparable<ISoListItem>, IComparable, ISelectableListItem, ISoListItem
Constructors
SelectableListItem()
Declaration
public SelectableListItem()
SelectableListItem(ISoListItem, bool, DateTime)
Declaration
public SelectableListItem(ISoListItem baseItem, bool isSelected, DateTime lastChange)
Parameters
SelectableListItem(int, string, string, short, bool, string, int, string, string, string, bool, DateTime)
Declaration
public SelectableListItem(int Id, string Name, string Tooltip, short Rank, bool Deleted, string Type, int Color, string IconHint, string StyleHint, string ExtraInfo, bool Selected, DateTime LastChange)
Parameters
Properties
LastChange
Declaration
public DateTime LastChange { get; set; }
Property Value
Selected
Declaration
public bool Selected { get; set; }
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods