C# 클래스 Microsoft.PowerBI.Api.V1.Models.ODataResponseListTable

Odata response wrapper for a Power BI Table collection
파일 보기 프로젝트 열기: Microsoft/PowerBI-CSharp

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

ODataResponseListTable() 공개 메소드

Initializes a new instance of the ODataResponseListTable class.
public ODataResponseListTable ( ) : System
리턴 System

ODataResponseListTable() 공개 메소드

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