Table of Contents

Class DashboardParser

Namespace
Shift.Sdk.UI
Assembly
Shift.Sdk.dll
public class DashboardParser
Inheritance
DashboardParser
Inherited Members
Extension Methods

Constructors

DashboardParser(string)

public DashboardParser(string folder)

Parameters

folder string

Properties

Dashboards

public string[] Dashboards { get; }

Property Value

string[]

Errors

public List<string> Errors { get; set; }

Property Value

List<string>

Folder

public string Folder { get; }

Property Value

string

Models

public List<DashboardModel> Models { get; }

Property Value

List<DashboardModel>