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.4.717.3176 (8.4.0717.3176)
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 work package.
Public propertyCodeAssignment10
Determines the tenth code assigned to the new work package.
Public propertyCodeAssignment11
Determines the eleventh code assigned to the new work package.
Public propertyCodeAssignment12
Determines the twelfth code assigned to the new work package.
Public propertyCodeAssignment13
Determines the thirteenth code assigned to the new work package.
Public propertyCodeAssignment14
Determines the fourteenth code assigned to the new work package.
Public propertyCodeAssignment15
Determines the fifteenth code assigned to the new work package.
Public propertyCodeAssignment16
Determines the sixteenth code assigned to the new work package.
Public propertyCodeAssignment17
Determines the seventeenth code assigned to the new work package.
Public propertyCodeAssignment18
Determines the eighteenth code assigned to the new work package.
Public propertyCodeAssignment19
Determines the nineteenth code assigned to the new work package.
Public propertyCodeAssignment2
Determines the second code assigned to the new work package.
Public propertyCodeAssignment20
Determines the twentieth code assigned to the new work package.
Public propertyCodeAssignment3
Determines the third code assigned to the new work package.
Public propertyCodeAssignment4
Determines the fourth code assigned to the new work package.
Public propertyCodeAssignment5
Determines the fifth code assigned to the new work package.
Public propertyCodeAssignment6
Determines the sixth code assigned to the new work package.
Public propertyCodeAssignment7
Determines the seventh code assigned to the new work package.
Public propertyCodeAssignment8
Determines the eigth code assigned to the new work package.
Public propertyCodeAssignment9
Determines the ninth code assigned to the new work package.
Public propertyDescription
Determines a brief description of the new work package.
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 work package 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