PendingChange Members
Visual Studio 2005
Represents a pending change that is part of a changeset.
The following tables list the members exposed by the PendingChange type.
| Name | Description | |
|---|---|---|
| ChangeType | Gets list of change types being made to the item |
| ChangeTypeName | Gets the localized string for the change type. |
| CreationDate | Gets the time the change was created or pended. |
| DeletionId | Gets the ID of the item to be deleted, if there is more than one deleted item with the same database path. |
| Encoding | Gets the encoding of the file. |
| EncodingName | Gets the name of the encoding. |
| FileName | Gets the file name. |
| HashValue | Gets the MD5 HashValue for the contents of the pending change. |
| IsAdd | Gets the flag that declares if this pending change is an add. |
| IsBranch | Gets the flag that declares if this pending change is a branch. |
| IsDelete | Gets the flag that declares if this pending change is a delete. |
| IsEdit | Gets the flag that declares if this pending change is an edit. |
| IsEncoding | Gets the flag that declares if this pending change is an encoding change. |
| IsLocalItemDelete | Gets the flag that declares if this pending change or undone change will delete a local file or folder. |
| IsLock | Gets the flag that declares if this pending change has a lock operation. |
| IsMerge | Gets the flag that declares if this pending change is a merge operation. |
| IsRename | Gets the flag that declares if this pending change is a rename operation. |
| IsUndelete | Gets the flag that declares if this pending change is an undelete operation. |
| IsUnshelvedChange | Gets the flag that declares if this is a pending change from unshelving a shelveset. |
| ItemId | Gets the Item ID used to download file contents. |
| ItemType | Gets the type of item being changed. If this is an add operation, ItemType shows what the item will become. |
| LocalItem | Gets the path of the item on the client's local file system. |
| LocalItemComparer | Gets a comparer to compare local items. |
| LocalOrServerFolder | Gets the local folder if it is available; otherwise gets the server folder. |
| LocalOrServerItem | Gets the local path if it is available; otherwise gets the server path. |
| LockLevel | Gets the lock level of the item. |
| LockLevelName | Gets the localized string for the lock level. |
| LockLevelShortName | Gets the localized string for the lock level. |
| PendingChangeId | Gets the Identifier that represents a unique value attached to the change. |
| ServerItem | Gets the server item being operated on. |
| ServerItemComparer | Gets the comparer for sorting WorkingFolder instances based on the server path. |
| SourceLocalItem | Gets the source local path or the item to be changed. |
| SourceServerItem | Gets the server path or the item to be changed. |
| ToolTipText | Gets the ToolTip text for this pending change. |
| Undone | Gets the flag to indicate whether this change has been undone. |
| UploadHashValue | Gets the MD5 HashValue for the file that is currently associated with this pending change. |
| Version | Gets the version of the pending change. |
| VersionControlServer | Gets the source control database which contains this pending change. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| DownloadBaseFile | Downloads the content for the base (original) file in the conflict. |
| DownloadShelvedFile | Downloads the shelved content for this pending change. |
| Equals | Overloaded. (Inherited from Object.) |
| GetHashCode | (Inherited from Object.) |
| GetLocalizedStringForChangeType | Overloaded. Creates for the ChangeType a localized string used for displaying to the user. |
| GetLocalizedStringForItemType | 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. |
| GetType | (Inherited from Object.) |
| ReferenceEquals | (Inherited from Object.) |
| ToLocalItems | Gets an array of LocalItem path strings from an array of PendingChanges. |
| ToServerItems | Gets an array of ServerItem path strings from an array of PendingChanges. |
| ToString | Overridden. |