Click or drag to resize

IntegrateProjectDataServiceArguments Class

Contains service arguments to run integration of project data.
Inheritance Hierarchy
SystemObject
  Cobra.Model.WebServiceIntegrateProjectDataServiceArguments

Namespace: Cobra.Model.WebService
Assembly: Cobra.Model.WebService (in Cobra.Model.WebService.dll) Version: 8.5.700.3359 (8.5.0700.3359)
Syntax
C#
public class IntegrateProjectDataServiceArguments : IIntegrationServiceArguments

The IntegrateProjectDataServiceArguments type exposes the following members.

Properties
 NameDescription
Public propertyActivityFilePath 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.
Public propertyActivityResourceAssignmentFilePath 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.
Public propertyBudget Contains the criteria related to integration of budget data.
Public propertyConfigurationName The name of the Project Data Integration Configuration to use.
Public propertyConfigurationOwner The owner of the Project Data Integration Configuration.
Public propertyDefaultBudgetClassObsolete.
Obsolete. Get or set the DefaultClass property of Budget property instead.
Public propertyFilter Contains the criteria related to the filter for integration.
Public propertyForecast Contains the criteria related to integration of forecast data.
Public propertyLog Determines the comment, change number and 'significant' setting for changes that affect the log. See ProjectAuditLogDescription.
Public propertyProcessesToRun Determines processes that will be executed after the integration.
Public propertyProject Represents a project's Id (name)
Public propertyResourceAssignmentFilePath 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.
Public propertyRespread Contains settings for the Respread process.
Public propertyScheduleProject Represents the schedule project.
Public propertyStatusFilePath 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.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also