ConfigureWorkspaceGridViewModel Class

Inheritance Hierarchy

System.Object
  NotifyPropertyChangedDispatcherObject
    ViewModelBase
      Microsoft.TeamFoundation.VersionControl.Controls.ConfigureWorkspaceGridViewModel

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

Syntax

'Declaration
Public Class ConfigureWorkspaceGridViewModel _
    Inherits ViewModelBase _
    Implements IDisposable
public class ConfigureWorkspaceGridViewModel : ViewModelBase, 
    IDisposable
public ref class ConfigureWorkspaceGridViewModel : public ViewModelBase, 
    IDisposable
type ConfigureWorkspaceGridViewModel =  
    class 
        inherit ViewModelBase 
        interface IDisposable 
    end
public class ConfigureWorkspaceGridViewModel extends ViewModelBase implements IDisposable

The ConfigureWorkspaceGridViewModel type exposes the following members.

Constructors

  Name Description
Public method ConfigureWorkspaceGridViewModel Constructor.

Top

Properties

  Name Description
Public property AdvancedCommand Advanced command.
Public property BrowseForFolderCommand Browse for folder command.
Public property BrowseForServerPathCommand Browse for serverPath command.
Public property CancelCommand Cancel options command.
Public property Dispatcher Dispatcher associated with this object. (Inherited from NotifyPropertyChangedDispatcherObject.)
Public property IsRunning Get/set the operation running flag.
Public property MapAndGetWorkspaceCommand Map and get workspace command.
Public property MessageBoxService (Inherited from ViewModelBase.)
Public property NewWorkspace
Public property ParentViewModel (Inherited from ViewModelBase.)
Protected property ServiceProvider Get/set the service provider.
Public property UIHostService (Inherited from ViewModelBase.)
Public property VersionControlServer
Public property WindowDisplayService (Inherited from ViewModelBase.)
Public property WorkspaceLocalPathText Get/set the local path text.
Public property WorkspaceServerPathText Get/set the server path text.

Top

Methods

  Name Description
Protected method AddDependencySource(String, INotifyPropertyChanged) (Inherited from NotifyPropertyChangedDispatcherObject.)
Protected method AddDependencySource(String, INotifyCollectionChanged) (Inherited from NotifyPropertyChangedDispatcherObject.)
Protected method AdvancedWorkspaceMap Advanced options.
Protected method CancelOptions Cancel options.
Public method CheckAccessBeginExecute Executes the specified action on a thread associated with object's dispatcher. This invokes a BeginInvoke on the Dispatcher, does not wait for the action to complete -- returns immediately. (Inherited from NotifyPropertyChangedDispatcherObject.)
Public method CheckAccessExecute(Action) Executes the specified action on a thread associated with object's dispatcher. (Inherited from NotifyPropertyChangedDispatcherObject.)
Public method CheckAccessExecute``1(FuncUMP) Executes the specified action on a thread associated with object's dispatcher. (Inherited from NotifyPropertyChangedDispatcherObject.)
Public method Dispose
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Protected method GetDependencySourceName(INotifyPropertyChanged) (Inherited from NotifyPropertyChangedDispatcherObject.)
Protected method GetDependencySourceName(INotifyCollectionChanged) (Inherited from NotifyPropertyChangedDispatcherObject.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method GetWaitCursor (Inherited from ViewModelBase.)
Protected method InvalidateCommands Invalidate all commands.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method OnBeforeUIDisplay
Public method OnBeforeUIHide
Protected method RaisePropertyChanged (Inherited from ViewModelBase.)
Protected method ReceiveWeakEvent (Inherited from NotifyPropertyChangedDispatcherObject.)
Public method RegisterHandlers
Public method RegisterService (Inherited from ViewModelBase.)
Public method RegisterServices (Inherited from ViewModelBase.)
Protected method RemoveDependencySource(String, INotifyPropertyChanged) (Inherited from NotifyPropertyChangedDispatcherObject.)
Protected method RemoveDependencySource(String, INotifyCollectionChanged) (Inherited from NotifyPropertyChangedDispatcherObject.)
Public method ResolveService``1 Resolves the service. (Inherited from ViewModelBase.)
Protected method SetAndRaisePropertyChanged(String, String, String) A helper method that sets property value and raises PropertyChanged event if the value has changed. Optimized implementation for string type. (Inherited from NotifyPropertyChangedDispatcherObject.)
Protected method SetAndRaisePropertyChanged(Int32, Int32, String) A helper method that sets property value and raises PropertyChanged event if the value has changed. Optimized implementation for System.Int32 type. (Inherited from NotifyPropertyChangedDispatcherObject.)
Protected method SetAndRaisePropertyChanged(Boolean, Boolean, String) A helper method that sets property value and raises PropertyChanged event if the value has changed. Optimized implementation for System.Boolean type. (Inherited from NotifyPropertyChangedDispatcherObject.)
Protected method SetAndRaisePropertyChanged``1(UMP, UMP, String) A helper method that sets property value and raises PropertyChanged event if the value has changed. (Inherited from NotifyPropertyChangedDispatcherObject.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method TryResolveService(Type) (Inherited from ViewModelBase.)
Public method TryResolveService``1 (Inherited from ViewModelBase.)
Public method UnRegisterService (Inherited from ViewModelBase.)
Public method UnRegisterServices (Inherited from ViewModelBase.)
Protected method VerifyAccess Enforces that the calling thread has access to this object. (Inherited from NotifyPropertyChangedDispatcherObject.)

Top

Events

  Name Description
Public event PropertyChanged Occurs when a property value changes. (Inherited from NotifyPropertyChangedDispatcherObject.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method System#Windows#IWeakEventListener#ReceiveWeakEvent (Inherited from NotifyPropertyChangedDispatcherObject.)

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.

See Also

Reference

Microsoft.TeamFoundation.VersionControl.Controls Namespace