Class SoListItemDeep
Default ListProvider item
Inheritance
System.Object
SoListItemDeep
Implements
System.IComparable
Assembly: SoCore.dll
Syntax
public class SoListItemDeep : SoListItem, IComparable<ISoListItem>, IComparable, ISoListItemDeep, ISoListItem
Constructors
SoListItemDeep(ISoListItem)
Declaration
public SoListItemDeep(ISoListItem item)
Parameters
SoListItemDeep(ISoListItemDeep)
Declaration
public SoListItemDeep(ISoListItemDeep item)
Parameters
SoListItemDeep(Int32, String, String, Int16, Boolean, String, Int32, String, String, String, String)
Declaration
public SoListItemDeep(int Id, string Name, string Tooltip, short Rank, bool Deleted, string Type, int Color, string IconHint, string StyleHint, string ExtraInfo, string FullName = "")
Parameters
Type |
Name |
Description |
System.Int32 |
Id |
|
System.String |
Name |
|
System.String |
Tooltip |
|
System.Int16 |
Rank |
|
System.Boolean |
Deleted |
|
System.String |
Type |
|
System.Int32 |
Color |
|
System.String |
IconHint |
|
System.String |
StyleHint |
|
System.String |
ExtraInfo |
|
System.String |
FullName |
|
SoListItemDeep(Int32, String, String, String)
Declaration
public SoListItemDeep(int Id, string Name, string Tooltip, string ExtraInfo)
Parameters
Type |
Name |
Description |
System.Int32 |
Id |
|
System.String |
Name |
|
System.String |
Tooltip |
|
System.String |
ExtraInfo |
|
Properties
ChildItems
Declaration
public List<ISoListItemDeep> ChildItems { get; set; }
Property Value
Implements
System.IComparable<>
System.IComparable
Extension Methods
EnumUtil.MapEnums<From, To>(From)