C# Class Dev2.CustomControls.Connections.ConnectControlViewModel

Inheritance: INotifyPropertyChanged, IConnectControlViewModel
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

Méthode Description
AddNewServer ( int &newServerIndex, Action openDialog ) : bool
ConnectControlViewModel ( Action callbackHandler, string labelText, bool bindToActiveEnvironment ) : System
ConnectControlViewModel ( IMainViewModel mainViewModel, Action callbackHandler, string labelText, bool bindToActiveEnvironment ) : System
ConnectedServerChanged ( object sender, ConnectedServerChangedEvent e ) : void
ConnectedStatusChanged ( object sender, ConnectionStatusChangedEventArg e ) : void
OpenConnectionWizard ( int selectedIndex ) : void
SetTargetEnvironment ( ) : void
UpdateActiveEnvironment ( IEnvironmentModel environmentModel, bool isSetFromConnectControl ) : void

Méthodes protégées

Méthode Description
OnPropertyChanged ( [ propertyName = null ) : void

Private Methods

Méthode Description
ActionForNewRemoteServer ( IEnvironmentModel &newServer, Action openDialog ) : bool
AddToServersCollection ( IEnvironmentModel server ) : void
ConnectControlViewModel ( IMainViewModel mainViewModel, IEnvironmentRepository environmentRepository, Action callbackHandler, IConnectControlSingleton connectControlSingleton, string labelText, bool bindToActiveEnvironment, Action openWizard = null ) : System
Get ( int selectedIndex ) : IEnvironmentModel
GetNewlyAddedServer ( IEnvironmentModel &environment ) : bool
SetSelectedEnvironment ( ) : void

Method Details

AddNewServer() public méthode

public AddNewServer ( int &newServerIndex, Action openDialog ) : bool
newServerIndex int
openDialog Action
Résultat bool

ConnectControlViewModel() public méthode

public ConnectControlViewModel ( Action callbackHandler, string labelText, bool bindToActiveEnvironment ) : System
callbackHandler Action
labelText string
bindToActiveEnvironment bool
Résultat System

ConnectControlViewModel() public méthode

public ConnectControlViewModel ( IMainViewModel mainViewModel, Action callbackHandler, string labelText, bool bindToActiveEnvironment ) : System
mainViewModel IMainViewModel
callbackHandler Action
labelText string
bindToActiveEnvironment bool
Résultat System

ConnectedServerChanged() public méthode

public ConnectedServerChanged ( object sender, ConnectedServerChangedEvent e ) : void
sender object
e Dev2.ConnectionHelpers.ConnectedServerChangedEvent
Résultat void

ConnectedStatusChanged() public méthode

public ConnectedStatusChanged ( object sender, ConnectionStatusChangedEventArg e ) : void
sender object
e Dev2.ConnectionHelpers.ConnectionStatusChangedEventArg
Résultat void

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( [ propertyName = null ) : void
propertyName [
Résultat void

OpenConnectionWizard() public méthode

public OpenConnectionWizard ( int selectedIndex ) : void
selectedIndex int
Résultat void

SetTargetEnvironment() public méthode

public SetTargetEnvironment ( ) : void
Résultat void

UpdateActiveEnvironment() public méthode

public UpdateActiveEnvironment ( IEnvironmentModel environmentModel, bool isSetFromConnectControl ) : void
environmentModel IEnvironmentModel
isSetFromConnectControl bool
Résultat void