WebApiModulesHomeControlsProjectNoteProjectNote constructor
WebApiModulesHomeControlsProjectNoteProjectNote({
- String? projectNoteId,
- String? projectId,
- String? noteDate,
- String? userId,
- String? notesDescription,
- bool? printOnProject,
- String? userName,
- String? notes,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesHomeControlsProjectNoteProjectNote({
this.projectNoteId,
this.projectId,
this.noteDate,
this.userId,
this.notesDescription,
this.printOnProject,
this.userName,
this.notes,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});