Class ModelItem
Inheritance
System.Object
ModelItem
Assembly: BoldReports.Web.dll
Syntax
public class ModelItem : Object
Constructors
ModelItem()
Declaration
Properties
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
ID
Declaration
public string ID { get; set; }
Property Value
Type |
Description |
System.String |
|
ModelItems
Declaration
public ModelItem[] ModelItems { get; set; }
Property Value
ModelItemTypeName
Declaration
public string ModelItemTypeName { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|