IntegrateProjectDataServiceArguments Class |
Namespace: Cobra.Model.WebService
public class IntegrateProjectDataServiceArguments : IIntegrationServiceArguments
The IntegrateProjectDataServiceArguments type exposes the following members.
Name | Description | |
---|---|---|
ActivityFilePath |
Determines the activity file to be imported
This should only be used when loading data using an import file.
This must be a fully qualified filename and must be visible to the web service host.
Optional.
If not set, the activity file specified in the saved configuration is used.
| |
ActivityResourceAssignmentFilePath |
Determines the combined activity and resource file to be imported.
When this is used, the ActivityFilePath and ResourceAssignmentFilePath should be null.
This should only be used when loading data using an import file.
This must be a fully qualified filename and must be visible to the web service host.
Optional.
If not set, the activity and resource assignment file specified in the saved configuration is used.
| |
Budget |
Contains the criteria related to integration of budget data.
| |
ConfigurationName |
The name of the Project Data Integration Configuration to use.
| |
ConfigurationOwner |
The owner of the Project Data Integration Configuration.
| |
DefaultBudgetClass | Obsolete.
Obsolete. Get or set the DefaultClass property of Budget property instead.
| |
Filter |
Contains the criteria related to the filter for integration.
| |
Forecast |
Contains the criteria related to integration of forecast data.
| |
Log |
Determines the comment, change number and 'significant' setting for changes that affect the log. See ProjectAuditLogDescription.
| |
ProcessesToRun |
Determines processes that will be executed after the integration.
| |
Project |
Represents a project's Id (name)
| |
ResourceAssignmentFilePath |
Determines the resource assignment file to be imported.
This should only be used when loading data using an import file.
This must be a fully qualified filename and must be visible to the web service host.
Optional.
If not set, the resource assignment file specified in the saved configuration is used.
| |
Respread |
Contains settings for the Respread process.
| |
ScheduleProject |
Represents the schedule project.
| |
StatusFilePath |
Determines the status file that will be imported.
This should only be used when loading data using an import file.
This must be a fully qualified filename and must be visible to the web service host.
Optional.
If not set, the status file specified in the saved configuration is used.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |