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

Inheritance: BindableBase, IConnectionViewModel
ファイルを表示 Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
ConnectionViewModel ( ) : System
ConnectionViewModel ( IConnection connection ) : System
Reset ( ) : void
UpdatePath ( ) : void

Private Methods

Method 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 method

public ConnectionViewModel ( ) : System
return System

ConnectionViewModel() public method

public ConnectionViewModel ( IConnection connection ) : System
connection IConnection
return System

Reset() public method

public Reset ( ) : void
return void

UpdatePath() public method

public UpdatePath ( ) : void
return void