Show / Hide Table of Contents

Class SelectableListItemDeep

Inheritance
object
SoListItem
SelectableListItem
SelectableListItemDeep
Implements
IComparable<ISoListItem>
IComparable
ISelectableListItemDeep
ISelectableListItem
ISoListItem
Inherited Members
SelectableListItem.ToString()
SelectableListItem.LastChange
SelectableListItem.Selected
SoListItem.CompareTo(ISoListItem)
SoListItem.GetHashCode()
SoListItem.Id
SoListItem.Name
SoListItem.Tooltip
SoListItem.Rank
SoListItem.Deleted
SoListItem.Type
SoListItem.Color
SoListItem.IconHint
SoListItem.StyleHint
SoListItem.ExtraInfo
SoListItem.FullName
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Lists
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
Type Name Description
int Id
string Name
string Tooltip
short Rank
bool Deleted
string Type
int Color
string IconHint
string StyleHint
string ExtraInfo
bool Selected
DateTime LastChange

Properties

ChildItems

Declaration
public List<ISelectableListItemDeep> ChildItems { get; set; }
Property Value
Type Description
List<ISelectableListItemDeep>

Implements

IComparable<T>
IComparable
ISelectableListItemDeep
ISelectableListItem
ISoListItem

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top