Class InterestMDOListItem
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 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 |
---|---|---|
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 | |
Boolean | Selected | |
System.DateTime | LastChange |
Implements
System.IComparable<T>
System.IComparable
Extension Methods
EnumUtil.MapEnums<From, To>(From)