C# Class Sage_One_API_Sample_Website._Default

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: Sage/sageone_api_csharp_sample

Méthodes protégées

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

Authroise the client application to make calls against the API

Method Details

Page_Load() protected méthode

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

button_authorise_onclick() protected méthode

Authroise the client application to make calls against the API
protected button_authorise_onclick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void