Click or drag to resize

IntegrateProjectDataServiceArgumentsFilterCriteria Class

Contains criteria related to Filter for integration.
Inheritance Hierarchy
SystemObject
  Cobra.Model.WebServiceIntegrateProjectDataServiceArgumentsFilterCriteria

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 FilterCriteria

The IntegrateProjectDataServiceArgumentsFilterCriteria type exposes the following members.

Properties
  NameDescription
Public propertyCriteria
The criteria to use for project integration process. Default is 'Total Project'. The available criteria will change based on the project and the terms and codes defined on the project. Some typical criteria include: * Total Project * Control Account (the Control Account term) * Work Package (the Work Package term)
Public propertyDeleteSelectionCriteriaItemsOnly
Specifies if the we only delete the items that satisfy the selection.
Public propertySelection
The criteria filter that controls the portion of the project to be integrated. The selection must be consistent with the Criteria setting. Ignored if Criteria is set to Total Project. Required for all other Criteria values. Examples: * If Criteria = "Control Account", use a Control Account key value: 1.1 / 1000
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