Click or drag to resize

ReclassServiceArguments Class

Contains options to run Reclass.
Inheritance Hierarchy
SystemObject
  Cobra.Model.WebServiceReclassServiceArguments

Namespace: Cobra.Model.WebService
Assembly: Cobra.Model.WebService (in Cobra.Model.WebService.dll) Version: 8.5.700.3359 (8.5.0700.3359)
Syntax
C#
public class ReclassServiceArguments : IProjectOperationsServiceArguments

The ReclassServiceArguments type exposes the following members.

Properties
 NameDescription
Public propertyAllowComplete Determines whether completed control accounts and work packages are recalculated. Optional. Default is false.
Public propertyCopyBaselineDatesToForecastDates Determines if it will copy the baseline dates to forecast dates. Optional. Default is false.
Public propertyCopyPendingDatesToBaselineDates Determines whether the pending dates will be copied to the baseline dates. Only applies if all of the following conditions are met: 1. When the SourceClass is a Pending class and the TargetClass is a Budget class. 2. When TargetAction is Replace. If the above conditions are not met, pending dates will not be copied to the baseline dates. Optional. Default is the pending dates will not be copied to the baseline dates.
Public propertyCopyResourceAssignmentCodeFrom Determines whether the source or target class retains the resource assignment codes. Optional. Default is Source.
Public propertyCriteria The criteria to use for the reclass process. Default is 'Total Project'. The available criteria will change based on the project and the terms and codes defined on the project. Some typical criteria include: * Total Project * Control Account (the Control Account term) * Work Package (the Work Package term) * WBS (the name given to the CA1 key field) * OBS (the name given to the CA2 key field) * WP (the name given to the WP key field) * Resource * Resource Assignment * CAM (the Control Account Manager term)
Public propertyEndDateLabel The calendar set 00 label of the last period to reclass. Optional. This EndDateLabel is only used if PeriodFilter is set to DateRange
Public propertyIncludeChildren Determines whether the reclass process will include child elements of the selected criterion. Optional. Default is false.
Public propertyIncludeForecastInUpdateTotals Determines whether Cobra will update the Estimate At Complete (EAC) values for the project after reclass. Only applies if the target class is a forecast class. Optional. Default is false.
Public propertyLog Determines the comment, change number and 'significant' setting for changes that affect the log. See ProjectAuditLogDescription.
Public propertyPeriodFilter The period range to recalculate. Optional. Default is All so all periods are reclassed. If DateRange is used, the StartDateLabel and EndDateLabel values must be specified.
Public propertyProject The project that will be reclassed. Required.
Public propertySelection The the criteria filter that controls the portion of the project that is reclassed. The selection must be consistent with the Criteria setting. Ignored if Criteria is set to Total Project. Required for all other Criteria values. Examples: * If Criteria = "Control Account", use a Control Account key value: 1.1 / 1000 * If Criteria = "WBS", use a WBS ID: 1.2.1 * If Criteria = "Resource", use a resource ID: ASTRO * If Criteria = "Resource Assignment", use a Resource Assignment key: 1.2 / 1200 / 01 / ASTRO
Public propertySourceAction The action that will be performed on the source cost class. Required.
Public propertySourceClass The source cost class from which costs will be copied. Required.
Public propertyStartDateLabel The calendar set 00 label of the first period to start reclassing. Optional. This StartDateLabel is only used if PeriodFilter is set to DateRange
Public propertyTargetAction The action that will be performed on the target cost class. Required.
Public propertyTargetClass The target class where costs will be copied to. Required.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also