Show / Hide Table of Contents

Class ListItemArrayPluginResponseWS

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

Inheritance
object
ConnectorResultBaseWS
ListItemArrayPluginResponseWS
Inherited Members
ConnectorResultBaseWS.Merge(ConnectorResultBaseWS)
ConnectorResultBaseWS.State
ConnectorResultBaseWS.IsOk
ConnectorResultBaseWS.UserExplanation
ConnectorResultBaseWS.TechExplanation
ConnectorResultBaseWS.ErrorCode
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.ErpSync
Assembly: SuperOffice.Plugins.dll
Syntax
public class ListItemArrayPluginResponseWS : ConnectorResultBaseWS

Constructors

ListItemArrayPluginResponseWS()

Default constructor, creates an OK response

Declaration
public ListItemArrayPluginResponseWS()

ListItemArrayPluginResponseWS(Dictionary<string, string>)

Creates an Ok response and sets the list item dictionary object

Declaration
public ListItemArrayPluginResponseWS(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>

Extension Methods

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