C# Класс Microsoft.PowerBI.Api.V1.Models.Table

A dataset table
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

Table() публичный Метод

Initializes a new instance of the Table class.
public Table ( ) : System
Результат System

Table() публичный Метод

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
Результат System

Validate() публичный Метод

Validate the object. Throws ValidationException if validation fails.
public Validate ( ) : void
Результат void