C# Class RestAPIClientInterface.Main

Inheritance: System.Web.UI.Page
Datei anzeigen Open project: 3dcart/REST-API-Client

Public Methods

Method Description
GetRestAPIClient ( string strPrivateKey, string strToken, string strSecureURL ) : RestAPIActions
Logger ( String lines ) : void

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Method Description
AddRecord ( Object RestAPIObject, string RestAPIType, string PrivateKey, string Token, string SecureURL ) : string
DeleteRecord ( string RestAPIType, string RestAPIDeleteID, string PrivateKey, string Token, string SecureURL ) : string
GetRestAPIJSON ( string strRestAPIClientID, string restAPIClientType, string PrivateKey, string Token, string SecureURL, string RecordsGetLimit ) : string
GetRestAPIRecords ( string strRestAPIID, string RestAPIType, string PrivateKey, string Token, string SecureURL, string RecordsGetLimit ) : string
UpdateRecord ( Object RestAPIObject, string RestAPIType, string RestAPIUpdateID, string PrivateKey, string Token, string SecureURL ) : string

Method Details

GetRestAPIClient() public static method

public static GetRestAPIClient ( string strPrivateKey, string strToken, string strSecureURL ) : RestAPIActions
strPrivateKey string
strToken string
strSecureURL string
return DCartRestAPIClient.RestAPIActions

Logger() public static method

public static Logger ( String lines ) : void
lines String
return void

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void