Class DummyNestedObject
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
DummyCustomProperty class for setting custom properties in report headers
[ReportClass]
public class DummyNestedObject
- Inheritance
-
DummyNestedObject
- Inherited Members
Constructors
DummyNestedObject(string?, List<ReportCustomProperty>)
Initializes a new instance of the DummyNestedObject class.
public DummyNestedObject(string? name, List<ReportCustomProperty> customProperties)
Parameters
name
stringThe name.
customProperties
List<ReportCustomProperty>The customProperties.
Properties
CustomProperties
Gets or sets a list of PropertyValue<T>.
public List<ReportCustomProperty> CustomProperties { get; set; }
Property Value
- List<ReportCustomProperty>
A list of PropertyValue<T>
Name
Gets or sets name
[ExcelColumnHeader(new ReportHeading[] { ReportHeading.DummyName })]
public string? Name { get; set; }
Property Value
- string
Name