Class SoListItemDeep
Default ListProvider item
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Lists
Assembly: SoCore.dll
Syntax
public class SoListItemDeep : SoListItem, IComparable<ISoListItem>, IComparable, ISoListItemDeep, ISoListItem
Constructors
SoListItemDeep(ISoListItem)
Declaration
public SoListItemDeep(ISoListItem item)
Parameters
Type | Name | Description |
---|---|---|
ISoListItem | item |
SoListItemDeep(ISoListItemDeep)
Declaration
public SoListItemDeep(ISoListItemDeep item)
Parameters
Type | Name | Description |
---|---|---|
ISoListItemDeep | item |
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 | |
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
Type | Description |
---|---|
System.Collections.Generic.List<ISoListItemDeep> |
Implements
System.IComparable<T>
System.IComparable
Extension Methods
EnumUtil.MapEnums<From, To>(From)