Show / Hide Table of Contents

Class ListItemArrayPluginResponse

Extended PluginResponseInfo containing a dictionary of list items (primarykey/displayvalue)

Inheritance
Object
PluginResponseInfo
ListItemArrayPluginResponse
Inherited Members
PluginResponseInfo.Merge(PluginResponseInfo)
PluginResponseInfo.SetErrorAndUserExplanation(String, String)
PluginResponseInfo.State
PluginResponseInfo.IsOk
PluginResponseInfo.UserExplanation
PluginResponseInfo.TechExplanation
PluginResponseInfo.ErrorCode
Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public class ListItemArrayPluginResponse : PluginResponseInfo

Constructors

ListItemArrayPluginResponse()

Default constructor, creates an OK response

Declaration
public ListItemArrayPluginResponse()

ListItemArrayPluginResponse(Dictionary<String, String>)

Creates an Ok response and sets the list item dictionary object

Declaration
public ListItemArrayPluginResponse(Dictionary<string, string> listItems)
Parameters
Type Name Description
Dictionary<String, String> listItems

Properties

ListItems

Main list item dictionary

Declaration
public Dictionary<string, string> ListItems { get; set; }
Property Value
Type Description
Dictionary<String, String>

Methods

ToString()

ToString() for debugging

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

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