Class SelectableListItemDeep
Inheritance
SelectableListItemDeep
Assembly: SoCore.dll
Syntax
public class SelectableListItemDeep : SelectableListItem, IComparable<ISoListItem>, IComparable, ISelectableListItemDeep, ISelectableListItem, ISoListItem
Constructors
SelectableListItemDeep()
Declaration
public SelectableListItemDeep()
SelectableListItemDeep(int, string, string, short, bool, string, int, string, string, string, bool, DateTime)
Declaration
public SelectableListItemDeep(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
ChildItems
Declaration
public List<ISelectableListItemDeep> ChildItems { get; set; }
Property Value
Implements
Extension Methods