WebApiModulesUtilitiesQuikActivityQuikActivity constructor

WebApiModulesUtilitiesQuikActivityQuikActivity({
  1. int? activityId,
  2. String? activityDate,
  3. String? activityTime,
  4. String? activityTypeId,
  5. String? activityTypeDescription,
  6. String? activityTypeColor,
  7. String? activityTypeTextColor,
  8. int? activityStatusId,
  9. String? activityStatus,
  10. String? activityStatusColor,
  11. String? activityStatusTextColor,
  12. String? orderId,
  13. String? orderNumber,
  14. String? orderType,
  15. String? orderTypeController,
  16. String? orderDescription,
  17. String? orderLocation,
  18. String? dealId,
  19. String? deal,
  20. String? vendorId,
  21. String? vendor,
  22. String? inventoryId,
  23. String? iCode,
  24. String? description,
  25. int? totalQuantity,
  26. int? remainingQuantity,
  27. int? completeQuantity,
  28. double? completePercent,
  29. String? assignedToUserId,
  30. String? assignedToUserName,
  31. String? auditNote,
  32. String? recordTitle,
  33. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  34. List<FwStandardDataFwCustomValue>? custom,
  35. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
})

Implementation

WebApiModulesUtilitiesQuikActivityQuikActivity({
  this.activityId,
  this.activityDate,
  this.activityTime,
  this.activityTypeId,
  this.activityTypeDescription,
  this.activityTypeColor,
  this.activityTypeTextColor,
  this.activityStatusId,
  this.activityStatus,
  this.activityStatusColor,
  this.activityStatusTextColor,
  this.orderId,
  this.orderNumber,
  this.orderType,
  this.orderTypeController,
  this.orderDescription,
  this.orderLocation,
  this.dealId,
  this.deal,
  this.vendorId,
  this.vendor,
  this.inventoryId,
  this.iCode,
  this.description,
  this.totalQuantity,
  this.remainingQuantity,
  this.completeQuantity,
  this.completePercent,
  this.assignedToUserId,
  this.assignedToUserName,
  this.auditNote,
  this.recordTitle,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
});