C# Class SfSdk.Response.ResponseBase

A base class of type IResponse containing the arguments of the response.
Inheritance: IResponse
Mostrar archivo Open project: ebeeb/SfSdk

Protected Methods

Method Description
ResponseBase ( string args ) : System

Creates a new base response.

Method Details

ResponseBase() protected method

Creates a new base response.
When arguments are null.
protected ResponseBase ( string args ) : System
args string The response arguments.
return System