C# Class Microsoft.R.Components.ConnectionManager.Implementation.ViewModel.ConnectionViewModel

Inheritance: BindableBase, IConnectionViewModel
Afficher le fichier Open project: Microsoft/RTVS Class Usage Examples

Méthodes publiques

Méthode Description
ConnectionViewModel ( ) : System
ConnectionViewModel ( IConnection connection ) : System
Reset ( ) : void
UpdatePath ( ) : void

Private Methods

Méthode Description
GetCompletePath ( string path ) : string
GetProposedName ( string path ) : string
UpdateCalculated ( ) : void
UpdateName ( ) : void

Update the name with a value calculated based on the current path, if name is determined to be tracking the path. Otherwise, it is not changed.

Method Details

ConnectionViewModel() public méthode

public ConnectionViewModel ( ) : System
Résultat System

ConnectionViewModel() public méthode

public ConnectionViewModel ( IConnection connection ) : System
connection IConnection
Résultat System

Reset() public méthode

public Reset ( ) : void
Résultat void

UpdatePath() public méthode

public UpdatePath ( ) : void
Résultat void