C# 클래스 Microsoft.R.Components.ConnectionManager.Implementation.ViewModel.ConnectionViewModel

상속: BindableBase, IConnectionViewModel
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
ConnectionViewModel ( ) : System
ConnectionViewModel ( IConnection connection ) : System
Reset ( ) : void
UpdatePath ( ) : void

비공개 메소드들

메소드 설명
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.

메소드 상세

ConnectionViewModel() 공개 메소드

public ConnectionViewModel ( ) : System
리턴 System

ConnectionViewModel() 공개 메소드

public ConnectionViewModel ( IConnection connection ) : System
connection IConnection
리턴 System

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

UpdatePath() 공개 메소드

public UpdatePath ( ) : void
리턴 void