ReclassTargetAction Enumeration |
Specifies the action performed by reclass on the target cost class.
Namespace: Cobra.Model.WebServiceAssembly: Cobra.Model.WebService (in Cobra.Model.WebService.dll) Version: 8.6.701.3644 (8.6.0701.3644)
Syntaxpublic enum ReclassTargetAction
Members| Member name | Value | Description |
|---|
| Add | 0 |
Add costs from the source class to the existing target class costs.
|
| Replace | 1 |
Replace costs in the target class with costs from the source class.
|
See Also