ProjectProcessConfigurationService Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Public interface for the ProcessConfigurationService Web service. Allows for process configuration items (such as task board/backlog settings) to be set/retrieved/validated.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.ProcessConfiguration.Client.ProjectProcessConfigurationService

Namespace:  Microsoft.TeamFoundation.ProcessConfiguration.Client
Assembly:  Microsoft.TeamFoundation.ProjectManagement (in Microsoft.TeamFoundation.ProjectManagement.dll)

Syntax

'Declaration
Public Class ProjectProcessConfigurationService
public class ProjectProcessConfigurationService
public ref class ProjectProcessConfigurationService
type ProjectProcessConfigurationService =  class end
public class ProjectProcessConfigurationService

The ProjectProcessConfigurationService type exposes the following members.

Properties

  Name Description
Public property SupportsProcessConfiguration

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetAgileConfiguration Retrieves the Agile process configuration for a Team Project
Public method GetCommonConfiguration Retrieves the Common process configuration for a Team Project
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetProcessConfiguration
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method SetAgileConfiguration Called to set the Agile process configuration for a Team Project
Public method SetCommonConfiguration Called to set the Common process configuration for a Team Project
Public method SetProcessConfiguration
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method ValidateAgileConfiguration Called to validate that the specified Agile configuration is valid. Performs a deep validation if the projectUri is specified and will verify that specified fields exist, for example. If the project name is not specified it will do a shallow validation.
Public method ValidateCommonConfiguration Called to validate that the specified Common configuration is valid. Performs a deep validation if the projectUri is specified and will verify that specified fields exist, for example. If the project name is not specified it will do a shallow validation.
Public method ValidateProcessConfiguration

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.TeamFoundation.ProcessConfiguration.Client Namespace