ProjectProcessConfigurationService Class
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.
Methods
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.) |
![]() |
GetAgileConfiguration | Retrieves the Agile process configuration for a Team Project |
![]() |
GetCommonConfiguration | Retrieves the Common process configuration for a Team Project |
![]() |
GetHashCode | Serves as a hash function for a particular type. (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.) |
![]() |
SetAgileConfiguration | Called to set the Agile process configuration for a Team Project |
![]() |
SetCommonConfiguration | Called to set the Common process configuration for a Team Project |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
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. |
![]() |
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. |
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