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

A dataset table
Show file Open project: Microsoft/PowerBI-CSharp

Private Properties

Property Type Description

Public Methods

Method Description
Table ( ) : System

Initializes a new instance of the Table class.

Table ( string name, IList columns, IList rows = default(IList<Row>) ) : System

Initializes a new instance of the Table class.

Validate ( ) : void

Validate the object. Throws ValidationException if validation fails.

Method Details

Table() public method

Initializes a new instance of the Table class.
public Table ( ) : System
return System

Table() public method

Initializes a new instance of the Table class.
public Table ( string name, IList columns, IList rows = default(IList<Row>) ) : System
name string
columns IList
rows IList
return System

Validate() public method

Validate the object. Throws ValidationException if validation fails.
public Validate ( ) : void
return void