PendingChange Members
Include Protected Members
Include Inherited Members
Represents a pending change that is part of a changeset.
The PendingChange type exposes the following members.
Methods
Name
Description
Downloads the content for the base (original) file in the conflict.
Downloads the shelved content for this pending change.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
GetLocalizedStringForChangeType
Overloaded. Creates for the ChangeType a localized string used for displaying to the user.
Creates for the ItemType a localized string used for displaying to the user.
GetLocalizedStringForLockLevel
Creates for the LockLevel a localized string used for displaying to the user.
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Gets an array of LocalItem path strings from an array of PendingChanges.
Gets an array of ServerItem path strings from an array of PendingChanges.
(Overrides Object.ToString().)
Top
Properties
Name
Description
Gets list of change types being made to the item
Gets the localized string for the change type.
Gets the time the change was created or pended.
Gets the ID of the item to be deleted, if there is more than one deleted item with the same database path.
Gets the encoding of the file.
Gets the name of the encoding.
Gets the file name.
Gets the MD5 HashValue for the contents of the pending change.
Gets the flag that declares if this pending change is an add.
Gets the flag that declares if this pending change is a branch.
Gets the flag that declares if this pending change is a delete.
Gets the flag that declares if this pending change is an edit.
Gets the flag that declares if this pending change is an encoding change.
Gets the flag that declares if this pending change or undone change will delete a local file or folder.
Gets the flag that declares if this pending change has a lock operation.
Gets the flag that declares if this pending change is a merge operation.
Gets the flag that declares if this pending change is a rename operation.
Gets the flag that declares if this pending change is an undelete operation.
Gets the flag that declares if this is a pending change from unshelving a shelveset.
Gets the Item ID used to download file contents.
Gets the type of item being changed. If this is an add operation, ItemType shows what the item will become.
Gets the path of the item on the client's local file system.
Gets a comparer to compare local items.
Gets the local folder if it is available; otherwise gets the server folder.
Gets the local path if it is available; otherwise gets the server path.
Gets the lock level of the item.
Gets the localized string for the lock level.
Gets the localized string for the lock level.
Gets the Identifier that represents a unique value attached to the change.
Gets the server item being operated on.
Gets the comparer for sorting WorkingFolder instances based on the server path.
Gets the source local path or the item to be changed.
Gets the server path or the item to be changed.
Gets the ToolTip text for this pending change.
Gets the flag to indicate whether this change has been undone.
Gets the MD5 HashValue for the file that is currently associated with this pending change.
Gets the version of the pending change.
Gets the source control database which contains this pending change.
Top