C# Class Dev2.Activities.Designers2.Core.CredentialsActivityDesignerViewModel

Inheritance: ActivityDesignerViewModel
Show file Open project: Warewolf-ESB/Warewolf

Public Properties

Property Type Description
IsDestinationPasswordFocusedProperty System.Windows.DependencyProperty
IsDestinationUsernameFocusedProperty System.Windows.DependencyProperty
IsPasswordFocusedProperty System.Windows.DependencyProperty
IsUserNameFocusedProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
ValidateUserNameAndPassword void

Protected Methods

Method Description
CredentialsActivityDesignerViewModel ( System.Activities.Presentation.Model.ModelItem modelItem ) : System
UpdateErrors ( List errors ) : void
ValidateDestinationUsernameAndPassword ( ) : void
ValidateUserNameAndPassword ( ) : void

Private Methods

Method Description
ValidateUserNameAndPassword ( string userNameValue, string userNameLabel, System.Action onUserNameError, string passwordValue, string passwordLabel, System.Action onPasswordError ) : void

Method Details

CredentialsActivityDesignerViewModel() protected method

protected CredentialsActivityDesignerViewModel ( System.Activities.Presentation.Model.ModelItem modelItem ) : System
modelItem System.Activities.Presentation.Model.ModelItem
return System

UpdateErrors() protected method

protected UpdateErrors ( List errors ) : void
errors List
return void

ValidateDestinationUsernameAndPassword() protected method

protected ValidateDestinationUsernameAndPassword ( ) : void
return void

ValidateUserNameAndPassword() protected method

protected ValidateUserNameAndPassword ( ) : void
return void

Property Details

IsDestinationPasswordFocusedProperty public static property

public static DependencyProperty,System.Windows IsDestinationPasswordFocusedProperty
return System.Windows.DependencyProperty

IsDestinationUsernameFocusedProperty public static property

public static DependencyProperty,System.Windows IsDestinationUsernameFocusedProperty
return System.Windows.DependencyProperty

IsPasswordFocusedProperty public static property

public static DependencyProperty,System.Windows IsPasswordFocusedProperty
return System.Windows.DependencyProperty

IsUserNameFocusedProperty public static property

public static DependencyProperty,System.Windows IsUserNameFocusedProperty
return System.Windows.DependencyProperty