Show / Hide Table of Contents

Class ListItemInfo

One line in a quote list from the ERP connector

Inheritance
Object
ListItemInfo
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public class ListItemInfo

Constructors

ListItemInfo()

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