C# 클래스 Dev2.Activities.Designers2.Core.CredentialsActivityDesignerViewModel

상속: ActivityDesignerViewModel
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 프로퍼티들

프로퍼티 타입 설명
IsDestinationPasswordFocusedProperty System.Windows.DependencyProperty
IsDestinationUsernameFocusedProperty System.Windows.DependencyProperty
IsPasswordFocusedProperty System.Windows.DependencyProperty
IsUserNameFocusedProperty System.Windows.DependencyProperty

Private Properties

프로퍼티 타입 설명
ValidateUserNameAndPassword void

보호된 메소드들

메소드 설명
CredentialsActivityDesignerViewModel ( System.Activities.Presentation.Model.ModelItem modelItem ) : System
UpdateErrors ( List errors ) : void
ValidateDestinationUsernameAndPassword ( ) : void
ValidateUserNameAndPassword ( ) : void

비공개 메소드들

메소드 설명
ValidateUserNameAndPassword ( string userNameValue, string userNameLabel, System.Action onUserNameError, string passwordValue, string passwordLabel, System.Action onPasswordError ) : void

메소드 상세

CredentialsActivityDesignerViewModel() 보호된 메소드

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

UpdateErrors() 보호된 메소드

protected UpdateErrors ( List errors ) : void
errors List
리턴 void

ValidateDestinationUsernameAndPassword() 보호된 메소드

protected ValidateDestinationUsernameAndPassword ( ) : void
리턴 void

ValidateUserNameAndPassword() 보호된 메소드

protected ValidateUserNameAndPassword ( ) : void
리턴 void

프로퍼티 상세

IsDestinationPasswordFocusedProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows IsDestinationPasswordFocusedProperty
리턴 System.Windows.DependencyProperty

IsDestinationUsernameFocusedProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows IsDestinationUsernameFocusedProperty
리턴 System.Windows.DependencyProperty

IsPasswordFocusedProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows IsPasswordFocusedProperty
리턴 System.Windows.DependencyProperty

IsUserNameFocusedProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows IsUserNameFocusedProperty
리턴 System.Windows.DependencyProperty