projects/m2-core/src/lib/core/service/application/requests/report/SystemReportGenerationRequest.ts
Properties |
Methods |
|
Accessors |
constructor(type?: string)
|
||||||
|
Parameters :
|
| Public Optional begin |
Type : number | Date
|
| Public Optional columnTypes |
Type : ApplicationReportColumnType[]
|
| Public Optional end |
Type : number | Date
|
| Public isSystem |
Default value : true
|
| Public Optional nodeIds |
Type : number[]
|
| Public Optional userIds |
Type : number[]
|
| Public type |
Type : string
|
| Public Abstract typeName |
Type : string
|
| Public addValidator | ||||||
addValidator(validator: () => void)
|
||||||
|
Parameters :
Returns :
void
|
| Public resetValidators |
resetValidators()
|
|
Returns :
void
|
| typeName |
gettypeName()
|