Class ListItemInfo
One line in a quote list from the ERP connector
Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public class ListItemInfo : Object
Constructors
ListItemInfo()
One line in a quote list from the ERP connector
Declaration
public ListItemInfo()
Properties
DisplayDescription
Typically used in a tooltip
Declaration
public string DisplayDescription { get; set; }
Property Value
Type | Description |
---|---|
String |
DisplayValue
List item text to display.
Declaration
public string DisplayValue { get; set; }
Property Value
Type | Description |
---|---|
String |
ERPQuoteListItemKey
Primary key for the item
Declaration
public string ERPQuoteListItemKey { get; set; }
Property Value
Type | Description |
---|---|
String |
Icon
Icon: Either an URI leading to a JPG or PNG; or the name of an existing icon file in CRM; or a base-64 encoded JPG or PNG
Declaration
public string Icon { get; set; }
Property Value
Type | Description |
---|---|
String |
Extension Methods
EnumUtil.MapEnums<From, To>(From)