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(int, string, string, short, bool, string, int, 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 |
---|---|---|
int | Id | |
string | Name | |
string | Tooltip | |
short | Rank | |
bool | Deleted | |
string | Type | |
int | Color | |
string | IconHint | |
string | StyleHint | |
string | ExtraInfo | |
string | FullName |
SoListItemDeep(int, string, string, string)
Default ListProvider item
Declaration
public SoListItemDeep(int Id, string Name, string Tooltip, string ExtraInfo)
Parameters
Type | Name | Description |
---|---|---|
int | 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> |