Class ModelCatalogItem
Inheritance
System.Object
ModelCatalogItem
Assembly: BoldReports.Web.dll
Syntax
public class ModelCatalogItem : Object
Constructors
ModelCatalogItem()
Declaration
public ModelCatalogItem()
Properties
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
Model
Declaration
public string Model { get; set; }
Property Value
Type |
Description |
System.String |
|
Perspectives
Declaration
public ModelPerspective[] Perspectives { get; set; }
Property Value