This documentation is archived and is not being maintained.

ServiceDefinitionsController Class

Visual Studio 2013

System.Object
  System.Web.Http.ApiController
    Microsoft.TeamFoundation.Framework.Server.TfsApiController
      Microsoft.VisualStudio.Services.Location.ServiceDefinitionsController

Namespace:  Microsoft.VisualStudio.Services.Location
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

[ControllerApiVersionAttribute()]
[VersionedApiControllerCustomNameAttribute(Area = "Location", ResourceName = "ServiceDefinitions")]
public class ServiceDefinitionsController : TfsApiController

The ServiceDefinitionsController type exposes the following members.

  NameDescription
Public propertyBaseHttpExceptions (Inherited from TfsApiController.)
Public propertyConfiguration (Inherited from ApiController.)
Public propertyControllerContext (Inherited from ApiController.)
Public propertyHttpExceptions (Inherited from TfsApiController.)
Public propertyModelState (Inherited from ApiController.)
Public propertyRequest (Inherited from ApiController.)
Public propertyRequestContextThe Setter is only for Unit testing purposes (Inherited from TfsApiController.)
Public propertyTraceArea (Inherited from TfsApiController.)
Public propertyUrl (Inherited from ApiController.)
Public propertyUser (Inherited from ApiController.)
Top

  NameDescription
Public methodDispose() (Inherited from ApiController.)
Protected methodDispose(Boolean) (Inherited from ApiController.)
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodExecuteAsync (Inherited from ApiController.)
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 methodInitialize (Inherited from TfsApiController.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Public methodUpdateServiceDefinitions
Top

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