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

Inheritance: ActivityDesignerViewModel
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Свойство Type Description
IsDestinationPasswordFocusedProperty System.Windows.DependencyProperty
IsDestinationUsernameFocusedProperty System.Windows.DependencyProperty
IsPasswordFocusedProperty System.Windows.DependencyProperty
IsUserNameFocusedProperty System.Windows.DependencyProperty

Private Properties

Свойство Type Description
ValidateUserNameAndPassword void

Méthodes protégées

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

Private Methods

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

Method Details

CredentialsActivityDesignerViewModel() protected méthode

protected CredentialsActivityDesignerViewModel ( System.Activities.Presentation.Model.ModelItem modelItem ) : System
modelItem System.Activities.Presentation.Model.ModelItem
Résultat System

UpdateErrors() protected méthode

protected UpdateErrors ( List errors ) : void
errors List
Résultat void

ValidateDestinationUsernameAndPassword() protected méthode

protected ValidateDestinationUsernameAndPassword ( ) : void
Résultat void

ValidateUserNameAndPassword() protected méthode

protected ValidateUserNameAndPassword ( ) : void
Résultat void

Property Details

IsDestinationPasswordFocusedProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsDestinationPasswordFocusedProperty
Résultat System.Windows.DependencyProperty

IsDestinationUsernameFocusedProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsDestinationUsernameFocusedProperty
Résultat System.Windows.DependencyProperty

IsPasswordFocusedProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsPasswordFocusedProperty
Résultat System.Windows.DependencyProperty

IsUserNameFocusedProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsUserNameFocusedProperty
Résultat System.Windows.DependencyProperty