Method | Description | |
---|---|---|
AddNewServer ( int &newServerIndex, Action |
||
ConnectControlViewModel ( Action |
||
ConnectControlViewModel ( IMainViewModel mainViewModel, Action |
||
ConnectedServerChanged ( object sender, |
||
ConnectedStatusChanged ( object sender, |
||
OpenConnectionWizard ( int selectedIndex ) : void | ||
SetTargetEnvironment ( ) : void | ||
UpdateActiveEnvironment ( IEnvironmentModel environmentModel, bool isSetFromConnectControl ) : void |
Method | Description | |
---|---|---|
OnPropertyChanged ( [ propertyName = null ) : void |
Method | Description | |
---|---|---|
ActionForNewRemoteServer ( IEnvironmentModel &newServer, Action |
||
AddToServersCollection ( IEnvironmentModel server ) : void | ||
ConnectControlViewModel ( IMainViewModel mainViewModel, IEnvironmentRepository environmentRepository, Action |
||
Get ( int selectedIndex ) : IEnvironmentModel | ||
GetNewlyAddedServer ( IEnvironmentModel &environment ) : bool | ||
SetSelectedEnvironment ( ) : void |
public AddNewServer ( int &newServerIndex, Action |
||
newServerIndex | int | |
openDialog | Action |
|
return | bool |
public ConnectControlViewModel ( Action |
||
callbackHandler | Action |
|
labelText | string | |
bindToActiveEnvironment | bool | |
return | System |
public ConnectControlViewModel ( IMainViewModel mainViewModel, Action |
||
mainViewModel | IMainViewModel | |
callbackHandler | Action |
|
labelText | string | |
bindToActiveEnvironment | bool | |
return | System |
public ConnectedServerChanged ( object sender, |
||
sender | object | |
e | ||
return | void |
public ConnectedStatusChanged ( object sender, |
||
sender | object | |
e | ||
return | void |
protected OnPropertyChanged ( [ propertyName = null ) : void | ||
propertyName | [ | |
return | void |
public OpenConnectionWizard ( int selectedIndex ) : void | ||
selectedIndex | int | |
return | void |
public UpdateActiveEnvironment ( IEnvironmentModel environmentModel, bool isSetFromConnectControl ) : void | ||
environmentModel | IEnvironmentModel | |
isSetFromConnectControl | bool | |
return | void |