C# 클래스 PBIWebApp._Default

파일 보기 프로젝트 열기: Microsoft/PowerBI-CSharp

보호된 프로퍼티들

프로퍼티 타입 설명
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