C# Class Microsoft.PowerBI.Api.V1.Models.ODataResponseListTable

Odata response wrapper for a Power BI Table collection
Afficher le fichier Open project: Microsoft/PowerBI-CSharp

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ODataResponseListTable ( ) : System

Initializes a new instance of the ODataResponseListTable class.

ODataResponseListTable ( string odatacontext = default(string), IListvalue = default(IList<Table>) ) : System

Initializes a new instance of the ODataResponseListTable class.

Method Details

ODataResponseListTable() public méthode

Initializes a new instance of the ODataResponseListTable class.
public ODataResponseListTable ( ) : System
Résultat System

ODataResponseListTable() public méthode

Initializes a new instance of the ODataResponseListTable class.
public ODataResponseListTable ( string odatacontext = default(string), IListvalue = default(IList<Table>) ) : System
odatacontext string
value IList
Résultat System