Click or drag to resize
CostStatusChangeCommand Class
Inheritance Hierarchy

Namespace: CorrigoService.Commands
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class CostStatusChangeCommand : BaseWoActionCommand

The CostStatusChangeCommand type exposes the following members.

Properties
  NameDescription
Public propertyCostStatusId
New value for Internal Cost Status
Public propertyCurrentStatusId
Current value of WorkOrderCost.ApStatusId, optional. Together with FinancialConcurrencyID, define concurrency check logic for this action. Since this action is inherited from WoAction it also supports WO concurrency ID check based on StatusID and ConcurrencyId properties. The expected usage scenario for “Vendor Invoice Status Change” action is StatusID = APInvoiceStatus.Unknown and ConcurrencyId = 0; e.g. WO concurrency check is turned off.
Public propertyFinancialConcurrencyId
FinancialConcurrencyID: Current value of WorkOrderCost.ConcurrencyId, optional.
Public propertyKeepCommentIntact
Boolean flag; True means routine will not alter Comment value provided by caller.
Top
Remarks