Show / Hide Table of Contents

Class ActorPluginResponse

Extended PluginResponseInfo containing an ErpActor object

Inheritance
Object
PluginResponseInfo
ActorPluginResponse
Inherited Members
PluginResponseInfo.Merge(PluginResponseInfo)
PluginResponseInfo.SetErrorAndUserExplanation(String, String)
PluginResponseInfo.State
PluginResponseInfo.IsOk
PluginResponseInfo.UserExplanation
PluginResponseInfo.TechExplanation
PluginResponseInfo.ErrorCode
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 ActorPluginResponse : PluginResponseInfo

Constructors

ActorPluginResponse()

Default constructor, creates an OK response

Declaration
public ActorPluginResponse()

ActorPluginResponse(ErpActor)

Creates an Ok response and sets the Actor object

Declaration
public ActorPluginResponse(ErpActor actor)
Parameters
Type Name Description
ErpActor actor

Properties

Actor

Main ErpActor object

Declaration
public ErpActor Actor { get; set; }
Property Value
Type Description
ErpActor

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