C# 클래스 lageant.ViewModels.KeyCalculationViewModel

상속: Caliburn.Micro.Screen
파일 보기 프로젝트 열기: bitbeans/lageant 1 사용 예제들

공개 메소드들

메소드 설명
GenerateKeyFromInput ( ) : void
PasswordChanged ( RoutedEventArgs e ) : void

User password changed.

UsernameChanged ( RoutedEventArgs e ) : void

User name changed.

비공개 메소드들

메소드 설명
CalculateNewKey ( KeyType keyType, string userInputOne, string userInputTwo ) : Task

Calculate a new key.

KeyCalculationViewModel ( ) : System
SetSelection ( System.Windows.Controls.PasswordBox passwordBox, int start, int length ) : void

Sets the cursor to a given selection.

메소드 상세

GenerateKeyFromInput() 공개 메소드

public GenerateKeyFromInput ( ) : void
리턴 void

PasswordChanged() 공개 메소드

User password changed.
public PasswordChanged ( RoutedEventArgs e ) : void
e RoutedEventArgs
리턴 void

UsernameChanged() 공개 메소드

User name changed.
public UsernameChanged ( RoutedEventArgs e ) : void
e RoutedEventArgs
리턴 void