GitItemsBatchController Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Inheritance Hierarchy
System.Object
System.Web.Http.ApiController
Microsoft.TeamFoundation.Framework.Server.TfsApiController
Microsoft.TeamFoundation.Git.Server.GitApiController
Microsoft.TeamFoundation.SourceControl.WebApi.GitItemsBatchController
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
Public Class GitItemsBatchController _
Inherits GitApiController
public class GitItemsBatchController : GitApiController
public ref class GitItemsBatchController : public GitApiController
type GitItemsBatchController =
class
inherit GitApiController
end
public class GitItemsBatchController extends GitApiController
The GitItemsBatchController type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
GitItemsBatchController |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
BaseHttpExceptions | (Inherited from TfsApiController.) |
![]() |
Configuration | (Inherited from ApiController.) |
![]() |
ControllerContext | (Inherited from ApiController.) |
![]() |
HttpExceptions | (Inherited from GitApiController.) |
![]() |
ModelState | (Inherited from ApiController.) |
![]() |
Request | (Inherited from ApiController.) |
![]() |
RequestContext | (Inherited from TfsApiController.) |
![]() |
TraceArea | (Inherited from GitApiController.) |
![]() |
Url | (Inherited from ApiController.) |
![]() |
User | (Inherited from ApiController.) |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Dispose() | (Inherited from ApiController.) |
![]() |
Dispose(Boolean) | (Overrides ApiController.Dispose(Boolean).) |
![]() |
EnsureGitEnabled | (Inherited from GitApiController.) |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
ExecuteAsync | (Inherited from ApiController.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
Initialize | (Inherited from TfsApiController.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
PostGetItemsBatch | |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.
.gif)
.gif)
.gif)