C# Class Tenant.Mvc.Core.Helpers.PowerBiHelper

Mostrar archivo Open project: Microsoft/WingTipTickets

Private Properties

Property Type Description
CreatePowerBiClient IPowerBIClient

Public Methods

Method Description
FetchReport ( string reportId ) : ReportsController.FetchReportResult
FetchReports ( string reportId, string exclude = null ) : System.Web.Mvc.SelectList
UpdateConnection ( ) : void
UploadReport ( System.Web.HttpPostedFileBase postedFile ) : void

Private Methods

Method Description
CreatePowerBiClient ( PowerBIToken token ) : IPowerBIClient

Method Details

FetchReport() public static method

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

FetchReports() public static method

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

UpdateConnection() public static method

public static UpdateConnection ( ) : void
return void

UploadReport() public static method

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