CheckinResult Class
This represents the result of a call to the checkin method
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.VersionControl.Server.CheckinResult
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<ClassVisibilityAttribute(ClientVisibility.Internal, ClientVisibility.Internal)> _
Public Class CheckinResult
[ClassVisibilityAttribute(ClientVisibility.Internal, ClientVisibility.Internal)]
public class CheckinResult
[ClassVisibilityAttribute(ClientVisibility::Internal, ClientVisibility::Internal)]
public ref class CheckinResult
[<ClassVisibilityAttribute(ClientVisibility.Internal, ClientVisibility.Internal)>]
type CheckinResult = class end
public class CheckinResult
The CheckinResult type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CheckinResult |
Top
Properties
Name | Description | |
---|---|---|
ChangesetId | This is the changeset number that was generated when checking in this changeset. It will have a positive value if the changeset was successfully checked in. | |
CheckInState | Represents the last known state of the checkin operation. | |
CheckInTicket | The checkin ticket for this operation | |
CreationDate | Timestamp when changeset was committed | |
LocalVersionUpdates | For a local workspace, this contains the list of local version updates, made by checkin For server workspaces this is empty. | |
UndoneServerItems | This is the set of files that did not change. These items were not committed to the changeset and the changes were undone. This can occur if you have an edit and do not change the file or only have a lock on the file. |
Top
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.) | |
GetHashCode | Serves as the default hash function. (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.) | |
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.