Click or drag to resize

CreateControlAccountServiceArguments Class

Contains service arguments to create a new control account.
Inheritance Hierarchy
SystemObject
  Cobra.Model.WebServiceCreateControlAccountServiceArguments

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 CreateControlAccountServiceArguments : IProjectOperationsServiceArguments

The CreateControlAccountServiceArguments type exposes the following members.

Properties
  NameDescription
Public propertyBaselineDateRange
Determines the baseline start and finish dates.
Public propertyCA1
Determines the first control account field.
Public propertyCA2
Determines the second control account field.
Public propertyCA3
Determines the third control account field.
Public propertyCAM
Determines the control account manager.
Public propertyCodeAssignment1
Determines the first code assigned to the new control account.
Public propertyCodeAssignment10
Determines the tenth code assigned to the new control account.
Public propertyCodeAssignment11
Determines the eleventh code assigned to the new control account.
Public propertyCodeAssignment12
Determines the twelfth code assigned to the new control account.
Public propertyCodeAssignment13
Determines the thirteenth code assigned to the new control account.
Public propertyCodeAssignment14
Determines the fourteenth code assigned to the new control account.
Public propertyCodeAssignment15
Determines the fifteenth code assigned to the new control account.
Public propertyCodeAssignment16
Determines the sixteenth code assigned to the new control account.
Public propertyCodeAssignment17
Determines the seventeenth code assigned to the new control account.
Public propertyCodeAssignment18
Determines the eighteenth code assigned to the new control account.
Public propertyCodeAssignment19
Determines the nineteenth code assigned to the new control account.
Public propertyCodeAssignment2
Determines the second code assigned to the new control account.
Public propertyCodeAssignment20
Determines the twentieth 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 propertyPendingDateRange
Determines the pending start and finish dates.
Public propertyProject
Determines the project id where the control account will be created.
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