MeasuringReportingFormInfo
Type, Introduced in version 22.9
Represents information about a measuring reporting form.
Used by the MeasuringReportingInfo type.
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Code | String | The human readable identifier of the measuring reporting form.
|
|
Description | String | The translated description of the measuring reporting form. |
|
QuantityNumer | Int32 | The quantity number of the measuring reporting form. |
|
RowIndex | Int32 | The row index of the measuring reporting form. |
|
SelectionRows | MeasuringReportingSelectionRowInfo[] | Information about measuring reporting selection rows. |
Example
{
"Code": null,
"Description": null,
"QuantityNumer": 0,
"RowIndex": 0,
"SelectionRows": null
}