Class InterestMDOListItem
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoCore.dll
Syntax
public class InterestMDOListItem : SelectableListItem, IComparable<ISoListItem>, IComparable, ISelectableListItem, ISoListItem
Constructors
InterestMDOListItem(Int32, String, String, Int16, Boolean, String, Int32, String, String, String, Boolean, DateTime)
Declaration
public InterestMDOListItem(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 |
---|---|---|
Int32 | Id | |
String | Name | |
String | Tooltip | |
Int16 | Rank | |
Boolean | Deleted | |
String | Type | |
Int32 | Color | |
String | IconHint | |
String | StyleHint | |
String | ExtraInfo | |
Boolean | Selected | |
DateTime | LastChange |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)