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

Inheritance: ActivityDesignerViewModel
Exibir arquivo 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_oe static_oe property

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

IsDestinationUsernameFocusedProperty public_oe static_oe property

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

IsPasswordFocusedProperty public_oe static_oe property

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

IsUserNameFocusedProperty public_oe static_oe property

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