Class SoListItemDeep
Default ListProvider item
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoCore.dll
Syntax
public class SoListItemDeep : SoListItem, IComparable<ISoListItem>, IComparable, ISoListItemDeep, ISoListItem
Constructors
SoListItemDeep(ISoListItem)
Default ListProvider item
Declaration
public SoListItemDeep(ISoListItem item)
Parameters
Type | Name | Description |
---|---|---|
ISoListItem | item |
SoListItemDeep(ISoListItemDeep)
Default ListProvider item
Declaration
public SoListItemDeep(ISoListItemDeep item)
Parameters
Type | Name | Description |
---|---|---|
ISoListItemDeep | item |
SoListItemDeep(Int32, String, String, Int16, Boolean, String, Int32, String, String, String, String)
Default ListProvider item
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 |
---|---|---|
Int32 | Id | |
String | Name | |
String | Tooltip | |
Int16 | Rank | |
Boolean | Deleted | |
String | Type | |
Int32 | Color | |
String | IconHint | |
String | StyleHint | |
String | ExtraInfo | |
String | FullName |
SoListItemDeep(Int32, String, String, String)
Default ListProvider item
Declaration
public SoListItemDeep(int Id, string Name, string Tooltip, string ExtraInfo)
Parameters
Type | Name | Description |
---|---|---|
Int32 | Id | |
String | Name | |
String | Tooltip | |
String | ExtraInfo |
Properties
ChildItems
Default ListProvider item
Declaration
public List<ISoListItemDeep> ChildItems { get; set; }
Property Value
Type | Description |
---|---|
List<ISoListItemDeep> |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)