C# Class FuelSDK.GetReturn

Inheritance: FuelReturn
Show file Open project: salesforce-marketingcloud/FuelSDK-CSharp Class Usage Examples

Public Methods

Method Description
GetReturn ( APIObject theObject ) : System
GetReturn ( APIObject theObject, System.Boolean Continue, String OverrideObjectType ) : System
GetReturn ( FuelObject theObject ) : System

Protected Methods

Method Description
processResults ( string restResponse, Type fuelType ) : FuelSDK.APIObject[]

Private Methods

Method Description
restGet ( FuelObject &theObject, string url ) : void

Method Details

GetReturn() public method

public GetReturn ( APIObject theObject ) : System
theObject APIObject
return System

GetReturn() public method

public GetReturn ( APIObject theObject, System.Boolean Continue, String OverrideObjectType ) : System
theObject APIObject
Continue System.Boolean
OverrideObjectType String
return System

GetReturn() public method

public GetReturn ( FuelObject theObject ) : System
theObject FuelObject
return System

processResults() protected method

protected processResults ( string restResponse, Type fuelType ) : FuelSDK.APIObject[]
restResponse string
fuelType System.Type
return FuelSDK.APIObject[]