Class DashboardParser
public class DashboardParser
- Inheritance
-
DashboardParser
- Inherited Members
- Extension Methods
Constructors
DashboardParser(string)
public DashboardParser(string folder)
Parameters
folderstring
Properties
Dashboards
public string[] Dashboards { get; }
Property Value
- string[]
Errors
public List<string> Errors { get; set; }
Property Value
Folder
public string Folder { get; }
Property Value
Models
public List<DashboardModel> Models { get; }