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

Afficher le fichier Open project: Microsoft/WingTipTickets

Private Properties

Свойство Type Description
CreatePowerBiClient IPowerBIClient

Méthodes publiques

Méthode 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

Méthode Description
CreatePowerBiClient ( PowerBIToken token ) : IPowerBIClient

Method Details

FetchReport() public static méthode

public static FetchReport ( string reportId ) : ReportsController.FetchReportResult
reportId string
Résultat Tenant.Mvc.Controllers.ReportsController.FetchReportResult

FetchReports() public static méthode

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

UpdateConnection() public static méthode

public static UpdateConnection ( ) : void
Résultat void

UploadReport() public static méthode

public static UploadReport ( System.Web.HttpPostedFileBase postedFile ) : void
postedFile System.Web.HttpPostedFileBase
Résultat void