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

A dataset odata list wrapper
Afficher le fichier Open project: Microsoft/PowerBI-CSharp

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ODataResponseListDataset ( ) : System

Initializes a new instance of the ODataResponseListDataset class.

ODataResponseListDataset ( string odatacontext = default(string), IList value = default(IList<Dataset>) ) : System

Initializes a new instance of the ODataResponseListDataset class.

Method Details

ODataResponseListDataset() public méthode

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

ODataResponseListDataset() public méthode

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