Click or drag to resize

CreateWorkPackageServiceArguments Class

Contains service arguments to create a new work package.
Inheritance Hierarchy
SystemObject
  Cobra.Model.WebServiceCreateWorkPackageServiceArguments

Namespace:  Cobra.Model.WebService
Assembly:  Cobra.Model.WebService (in Cobra.Model.WebService.dll) Version: 8.3.715.2595 (8.3.0715.2595)
Syntax
C#
public class CreateWorkPackageServiceArguments : IProjectOperationsServiceArguments

The CreateWorkPackageServiceArguments type exposes the following members.

Properties
  NameDescription
Public propertyBaselineDateRange
Determines the baseline start and finish dates.
Public propertyCA1
Determines the first control account field where the work package will be created.
Public propertyCA2
Determines the second control account field where the work package will be created.
Public propertyCA3
Determines the third control account field where the work package will be created.
Public propertyCodeAssignment1
Determines the first code assigned to the new control account.
Public propertyCodeAssignment2
Determines the second code assigned to the new control account.
Public propertyCodeAssignment3
Determines the third code assigned to the new control account.
Public propertyCodeAssignment4
Determines the fourth code assigned to the new control account.
Public propertyCodeAssignment5
Determines the fifth code assigned to the new control account.
Public propertyCodeAssignment6
Determines the sixth code assigned to the new control account.
Public propertyCodeAssignment7
Determines the seventh code assigned to the new control account.
Public propertyCodeAssignment8
Determines the eigth code assigned to the new control account.
Public propertyCodeAssignment9
Determines the ninth code assigned to the new control account.
Public propertyDescription
Determines a brief description of the new control account.
Public propertyEarnedValueTechnique
Determines the Earned Value Technique to use by the new work package.
Public propertyPendingDateRange
Determines the pending start and finish dates.
Public propertyProject
Determines the project id where the class will be created.
Public propertyWP
Determines the work package field.
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