Show / Hide Table of Contents

Class SelectableListItem

Inheritance
object
SoListItem
SelectableListItem
InterestMDOListItem
SelectableListItemDeep
Implements
IComparable<ISoListItem>
IComparable
ISelectableListItem
ISoListItem
Inherited Members
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 SelectableListItem : SoListItem, IComparable<ISoListItem>, IComparable, ISelectableListItem, ISoListItem

Constructors

SelectableListItem()

Declaration
public SelectableListItem()

SelectableListItem(ISoListItem, bool, DateTime)

Declaration
public SelectableListItem(ISoListItem baseItem, bool isSelected, DateTime lastChange)
Parameters
Type Name Description
ISoListItem baseItem
bool isSelected
DateTime lastChange

SelectableListItem(int, string, string, short, bool, string, int, string, string, string, bool, DateTime)

Declaration
public SelectableListItem(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

LastChange

Declaration
public DateTime LastChange { get; set; }
Property Value
Type Description
DateTime

Selected

Declaration
public bool Selected { get; set; }
Property Value
Type Description
bool

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
SoListItem.ToString()

Implements

IComparable<T>
IComparable
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