C# Класс PBIWebApp._Default

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
Button2 global::System.Web.UI.WebControls.Button
PanelDashboards global::System.Web.UI.WebControls.Panel
PanelEmbed global::System.Web.UI.WebControls.Panel
ReportEmbedUrl global::System.Web.UI.WebControls.TextBox
SignInPanel global::System.Web.UI.WebControls.Panel
Table1 global::System.Web.UI.WebControls.Table
accessToken global::System.Web.UI.WebControls.HiddenField
accessTokenTextbox global::System.Web.UI.WebControls.TextBox
getReportButton global::System.Web.UI.WebControls.Button
getTileButton global::System.Web.UI.WebControls.Button
signInButton global::System.Web.UI.WebControls.Button
signInStatus global::System.Web.UI.WebControls.Panel
tileEmbedUrl global::System.Web.UI.WebControls.TextBox
userLabel global::System.Web.UI.WebControls.Label

Открытые методы

Метод Описание
GetAccessToken ( string authorizationCode, string clientID, string clientSecret, string redirectUri ) : string
GetAuthorizationCode ( ) : void

Защищенные методы

Метод Описание
GetReport ( int index ) : void
Page_Load ( object sender, EventArgs e ) : void
getDashboardsButton_Click ( object sender, EventArgs e ) : void
getReportButton_Click ( object sender, EventArgs e ) : void
signInButton_Click ( object sender, EventArgs e ) : void

Описание методов

GetAccessToken() публичный Метод

public GetAccessToken ( string authorizationCode, string clientID, string clientSecret, string redirectUri ) : string
authorizationCode string
clientID string
clientSecret string
redirectUri string
Результат string

GetAuthorizationCode() публичный Метод

public GetAuthorizationCode ( ) : void
Результат void

GetReport() защищенный Метод

protected GetReport ( int index ) : void
index int
Результат void

Page_Load() защищенный Метод

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

getDashboardsButton_Click() защищенный Метод

protected getDashboardsButton_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

getReportButton_Click() защищенный Метод

protected getReportButton_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

signInButton_Click() защищенный Метод

protected signInButton_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

Описание свойств

Button2 защищенное свойство

Button2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button Button2
Результат global::System.Web.UI.WebControls.Button

PanelDashboards защищенное свойство

PanelDashboards control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel PanelDashboards
Результат global::System.Web.UI.WebControls.Panel

PanelEmbed защищенное свойство

PanelEmbed control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel PanelEmbed
Результат global::System.Web.UI.WebControls.Panel

ReportEmbedUrl защищенное свойство

ReportEmbedUrl control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox ReportEmbedUrl
Результат global::System.Web.UI.WebControls.TextBox

SignInPanel защищенное свойство

SignInPanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel SignInPanel
Результат global::System.Web.UI.WebControls.Panel

Table1 защищенное свойство

Table1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Table Table1
Результат global::System.Web.UI.WebControls.Table

accessToken защищенное свойство

accessToken control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HiddenField accessToken
Результат global::System.Web.UI.WebControls.HiddenField

accessTokenTextbox защищенное свойство

accessTokenTextbox control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox accessTokenTextbox
Результат global::System.Web.UI.WebControls.TextBox

getReportButton защищенное свойство

getReportButton control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button getReportButton
Результат global::System.Web.UI.WebControls.Button

getTileButton защищенное свойство

getTileButton control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button getTileButton
Результат global::System.Web.UI.WebControls.Button

signInButton защищенное свойство

signInButton control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button signInButton
Результат global::System.Web.UI.WebControls.Button

signInStatus защищенное свойство

signInStatus control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel signInStatus
Результат global::System.Web.UI.WebControls.Panel

tileEmbedUrl защищенное свойство

tileEmbedUrl control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox tileEmbedUrl
Результат global::System.Web.UI.WebControls.TextBox

userLabel защищенное свойство

userLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label userLabel
Результат global::System.Web.UI.WebControls.Label