ILocalUpdateOperation Interface

Represents an operation that is returned by the server to be used by the client to update the local disk.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'宣言
Public Interface ILocalUpdateOperation
public interface ILocalUpdateOperation
public interface class ILocalUpdateOperation
type ILocalUpdateOperation =  interface end
public interface ILocalUpdateOperation

The ILocalUpdateOperation type exposes the following members.

Properties

  Name Description
Public property ChangeType
Public property DeletionId
Public property Ignore Gets or sets a flag that describes whether to ignore this operation.
Public property IsConflict Gets a flag that describes whether this operation is detected by the server as being in conflict.
Public property IsDelete Gets a flag that describes whether this operation will result in deletion of the item from the local disk.
Public property ItemId
Public property ItemType
Public property PendingChangeId
Public property SourceLocalItem Gets the local path where the item currently exists.
Public property TargetLocalItem Gets the local destination for the item.
Public property TargetServerItem Gets the server path of the item.
Public property VersionLocal Gets the current version of the workspace.
Public property VersionServer Gets the version that the workspace should have.

Top

See Also

Reference

Microsoft.TeamFoundation.VersionControl.Client Namespace