C# Class RestAPIClientInterface.Main

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: 3dcart/REST-API-Client

Méthodes publiques

Méthode Description
GetRestAPIClient ( string strPrivateKey, string strToken, string strSecureURL ) : RestAPIActions
Logger ( String lines ) : void

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Méthode 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 méthode

public static GetRestAPIClient ( string strPrivateKey, string strToken, string strSecureURL ) : RestAPIActions
strPrivateKey string
strToken string
strSecureURL string
Résultat DCartRestAPIClient.RestAPIActions

Logger() public static méthode

public static Logger ( String lines ) : void
lines String
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void