WebApiModulesHomeControlsOrderDatesOrderDates constructor
WebApiModulesHomeControlsOrderDatesOrderDates({
- String? orderId,
- String? orderTypeId,
- String? orderTypeDateTypeId,
- bool? isSystemType,
- String? activityTypeId,
- String? activityType,
- String? activity,
- String? activityDisplay,
- String? description,
- String? descriptionDisplay,
- String? descriptionDisplayTitleCase,
- bool? isEnabled,
- String? date,
- String? time,
- String? dateAndTime,
- String? dayOfWeek,
- String? actualDate,
- String? actualTime,
- String? actualDayOfWeek,
- bool? isRequired,
- bool? isProductionActivity,
- bool? isMilestone,
- double? orderBy,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesHomeControlsOrderDatesOrderDates({
this.orderId,
this.orderTypeId,
this.orderTypeDateTypeId,
this.isSystemType,
this.activityTypeId,
this.activityType,
this.activity,
this.activityDisplay,
this.description,
this.descriptionDisplay,
this.descriptionDisplayTitleCase,
this.isEnabled,
this.date,
this.time,
this.dateAndTime,
this.dayOfWeek,
this.actualDate,
this.actualTime,
this.actualDayOfWeek,
this.isRequired,
this.isProductionActivity,
this.isMilestone,
this.orderBy,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});