Click or drag to resize

ReplanServiceArguments Class

Contains options to replan.
Inheritance Hierarchy
SystemObject
  Cobra.Model.WebServiceReplanServiceArguments

Namespace:  Cobra.Model.WebService
Assembly:  Cobra.Model.WebService (in Cobra.Model.WebService.dll) Version: 8.4.717.3176 (8.4.0717.3176)
Syntax
C#
public class ReplanServiceArguments : IProjectOperationsServiceArguments

The ReplanServiceArguments type exposes the following members.

Properties
  NameDescription
Public propertyAllowCompleted
Determines whether to replan completed work packages. Optional. Default is the selected value of 'Allow completed Work Package to be replanned' option in project preferences.
Public propertyAllowPlanned
Determines whether to replan work packages that have not yet started. Optional. Default is the selected value of 'Allow planned Work Package to be replanned' option in project preferences.
Public propertyCreateNewWP
This option is ignored if the ReplanMethod is SetBudgetAndProgress and the project's capture level is Control Account. Determines whether to create a new work package for Replanned Budget/Progress/Acutal Costs during the replan. Optional. Default is the selected value of 'Create a new Work Package for replanned Budget/Progress/Actual costs' option in project preferences.
Public propertyCriteria
The criteria to use for the replan 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) * Control Account.Location * Work Package.Charge Number * CAM (the Control Account Manager term) * Work Package Manager
Public propertyExtendFinishDate
This option only applies if the UseAdjustingEntry is true and the status date is after the baseline finish date of the work package. Determines whether the work package baseline finish date is changed to the day after the status date if the status date is after the work package baseline finish date. Optional. Default is the selected value of 'Extend the Work Package finish date when replanning after the baseline finish date' option in project preferences.
Public propertyIncludeChildren
Determines whether the replan process will include child elements of the selected criterion. Optional. Default is false.
Public propertyLog
Determines the comment, change number and 'significant' setting for changes that affect the log. See ProjectAuditLogDescription.
Public propertyNewWPDescription
This option only applies if one of the following conditions are met: 1. CreateNewWP is true 2. ReplanMethod is SetBudgetAndProgress and the project's capture level is Control Account. The description of the new work package. Optional.
Public propertyNewWPName
The name of the new work package that the replan process will create. This option is required if at least one of the following conditions are met: 1. CreateNewWP is true 2. ReplanMethod is SetBudgetAndProgress and the project's capture level is Control Account.
Public propertyNewWPNameIsSuffix
This option is ignored when ReplanMethod is SetBudgetAndProgress and the project's capture level is Control Account. Determines whether the NewWPName will be applied as a suffix to the existing work package name. Optional. Default is false which means that the NewWPName will be applied as a prefix.
Public propertyProgressAdjustmentClass
The class where the progress of the replanned work package is stored. Optional. Default is the first of the following: * the selected value of 'Alternate class for replanned Progress adjustments' option in project preferences if specified, * Earned class if exists, * EV class if exists, * first Progress class defined in the project.
Public propertyProject
The project that will be replaned.
Public propertyReplanMethod
Determines how the replan should be calculated. Optional. Default is SetBudgetAndProgress.
Public propertySelection
The the criteria filter that controls the portion of the project that is replanned. 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
Public propertyUseAdjustingEntry
Determines whether to make an adjustment in the current period when replain is performed. Optional. Default is the selected value of 'Replan by adjusting entry' option in project preferences.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also