Class ActorPluginResponseWS
Extended PluginResponseInfo containing an ErpActor object
Inherited Members
Namespace: SuperOffice.ErpSync
Assembly: SuperOffice.Plugins.dll
Syntax
public class ActorPluginResponseWS : ConnectorResultBaseWS
Constructors
ActorPluginResponseWS()
Default constructor, creates an OK response
Declaration
public ActorPluginResponseWS()
ActorPluginResponseWS(ErpActorWS)
Creates an Ok response and sets the Actor object
Declaration
public ActorPluginResponseWS(ErpActorWS actor)
Parameters
Type | Name | Description |
---|---|---|
ErpActorWS | actor |
Properties
Actor
Main ErpActor object
Declaration
public ErpActorWS Actor { get; set; }
Property Value
Type | Description |
---|---|
ErpActorWS |
Extension Methods
EnumUtil.MapEnums<From, To>(From)