Ads API .NET library
|
Code-behind class for Default.aspx. More...
Protected Member Functions | |
void | OnAuthorizeButtonClick (object sender, EventArgs e) |
Handles the Click event of the btnAuthorize control. More... | |
void | OnDownloadReportButtonClick (object sender, EventArgs eventArgs) |
Handles the Click event of the btnDownloadReport control. More... | |
void | OnGetCampaignsButtonClick (object sender, EventArgs eventArgs) |
Handles the Click event of the btnGetCampaigns control. More... | |
void | OnLogoutButtonClick (object sender, EventArgs e) |
Handles the Click event of the btnLogout control. More... | |
void | CampaignGrid_RowDataBound (object sender, GridViewRowEventArgs e) |
Handles the RowDataBound event of the CampaignGrid control. More... | |
Protected Attributes | |
global::System.Web.UI.HtmlControls.HtmlForm | form1 |
form1 control. More... | |
global::System.Web.UI.WebControls.Button | btnAuthorize |
btnAuthorize control. More... | |
global::System.Web.UI.WebControls.Button | btnLogout |
btnLogout control. More... | |
global::System.Web.UI.WebControls.Label | lblCustomerId |
lblCustomerId control. More... | |
global::System.Web.UI.WebControls.TextBox | txtCustomerId |
txtCustomerId control. More... | |
global::System.Web.UI.WebControls.Button | btnGetCampaigns |
btnGetCampaigns control. More... | |
global::System.Web.UI.WebControls.Button | btnDownloadReport |
btnDownloadReport control. More... | |
global::System.Web.UI.WebControls.GridView | CampaignGrid |
CampaignGrid control. More... | |
Code-behind class for Default.aspx.
|
inlineprotected |
Handles the RowDataBound event of the CampaignGrid control.
sender | The source of the event. |
e | The System.Web.UI.WebControls.GridViewRowEventArgs instance containing the event data. |
|
inlineprotected |
Handles the Click event of the btnAuthorize control.
sender | The source of the event. |
e | The System.EventArgs instance containing the event data. |
References Google.Api.Ads.Common.Lib.AppConfigBase.OAuth2RefreshToken.
|
inlineprotected |
Handles the Click event of the btnDownloadReport control.
sender | The source of the event. |
eventArgs | The System.EventArgs instance containing the event data. |
References Google.Api.Ads.AdWords.Lib.AdWordsAppConfig.IncludeZeroImpressions.
|
inlineprotected |
Handles the Click event of the btnGetCampaigns control.
sender | The source of the event. |
eventArgs | The System.EventArgs instance containing the event data. |
References Google.Api.Ads.Common.Lib.AppConfigBase.OAuth2Mode, and Google.Api.Ads.Common.Lib.AppConfigBase.OAuth2RefreshToken.
|
inlineprotected |
Handles the Click event of the btnLogout control.
sender | The source of the event. |
e | The System.EventArgs instance containing the event data. |
|
protected |
btnAuthorize control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
|
protected |
btnDownloadReport control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
|
protected |
btnGetCampaigns control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
|
protected |
btnLogout control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
|
protected |
CampaignGrid control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
|
protected |
form1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
|
protected |
lblCustomerId control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
|
protected |
txtCustomerId control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.