C# 클래스 Tenant.Mvc.Core.Helpers.PowerBiHelper

파일 보기 프로젝트 열기: Microsoft/WingTipTickets

Private Properties

프로퍼티 타입 설명
CreatePowerBiClient IPowerBIClient

공개 메소드들

메소드 설명
FetchReport ( string reportId ) : ReportsController.FetchReportResult
FetchReports ( string reportId, string exclude = null ) : System.Web.Mvc.SelectList
UpdateConnection ( ) : void
UploadReport ( System.Web.HttpPostedFileBase postedFile ) : void

비공개 메소드들

메소드 설명
CreatePowerBiClient ( PowerBIToken token ) : IPowerBIClient

메소드 상세

FetchReport() 공개 정적인 메소드

public static FetchReport ( string reportId ) : ReportsController.FetchReportResult
reportId string
리턴 Tenant.Mvc.Controllers.ReportsController.FetchReportResult

FetchReports() 공개 정적인 메소드

public static FetchReports ( string reportId, string exclude = null ) : System.Web.Mvc.SelectList
reportId string
exclude string
리턴 System.Web.Mvc.SelectList

UpdateConnection() 공개 정적인 메소드

public static UpdateConnection ( ) : void
리턴 void

UploadReport() 공개 정적인 메소드

public static UploadReport ( System.Web.HttpPostedFileBase postedFile ) : void
postedFile System.Web.HttpPostedFileBase
리턴 void