C# 클래스 TrakHound_Dashboard.Pages.Account.Page

Interaction logic for Page.xaml
상속: System.Windows.Controls.UserControl, IPage
파일 보기 프로젝트 열기: TrakHound/TrakHound-Community 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Address1Property System.Windows.DependencyProperty
Address2Property System.Windows.DependencyProperty
CityProperty System.Windows.DependencyProperty
CompanyProperty System.Windows.DependencyProperty
ConfirmPasswordEnteredProperty System.Windows.DependencyProperty
CurrentUserProperty System.Windows.DependencyProperty
EmailProperty System.Windows.DependencyProperty
FirstNameProperty System.Windows.DependencyProperty
ImageProperty System.Windows.DependencyProperty
LastNameProperty System.Windows.DependencyProperty
PasswordEnteredProperty System.Windows.DependencyProperty
PasswordLongProperty System.Windows.DependencyProperty
PasswordShortProperty System.Windows.DependencyProperty
PasswordVerifiedProperty System.Windows.DependencyProperty
PhoneProperty System.Windows.DependencyProperty
ProfileImageLoadingProperty System.Windows.DependencyProperty
ProfileImageProperty System.Windows.DependencyProperty
ProfileImageSetProperty System.Windows.DependencyProperty
SavingProperty System.Windows.DependencyProperty
ShowChangePasswordProperty System.Windows.DependencyProperty
ShowStatesProperty System.Windows.DependencyProperty
TitleProperty System.Windows.DependencyProperty
UsernameDisplayProperty System.Windows.DependencyProperty
UsernameMessageProperty System.Windows.DependencyProperty
UsernameProperty System.Windows.DependencyProperty
UsernameVerifiedProperty System.Windows.DependencyProperty
ZipCodeProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
CleanForm ( ) : void
Closed ( ) : void
Closing ( ) : bool
GetSentData ( EventData data ) : void
LoadUserConfiguration ( UserConfiguration userConfig ) : void
OpenImageBrowse ( ) : string
Opened ( ) : void
Opening ( ) : bool
Page ( ) : System
ProcessImage ( string path ) : System.Drawing.Image
SetZoom ( double zoomPercentage ) : void

비공개 메소드들

메소드 설명
Apply_Clicked ( TrakHound_UI bt ) : void
ChangePassword_Clicked ( TrakHound_UI bt ) : void
ClearProfileImage ( ) : void
ConfirmPassword ( ) : void
ConfirmPassword_GUI ( ) : void
CreateUser ( CreateUserInfo info ) : void
CreateUser_GUI ( UpdateUser_Return result, CreateUserInfo createInfo ) : void
CreateUser_Worker ( object o ) : void
EditUser ( EditUserInfo info ) : void
EditUser_GUI ( UpdateUser_Return result ) : void
EditUser_Worker ( object o ) : void
LoadProfileImage ( UserConfiguration userConfig ) : void
LoadProfileImage_Finished ( ) : void
LoadProfileImage_GUI ( System.Windows.Media.Imaging.BitmapSource src ) : void
LoadProfileImage_Worker ( object o ) : void
NewCreateUserInfo ( ) : CreateUserInfo
NewEditUserInfo ( ) : EditUserInfo
PrivacyPolicy_RequestNavigate ( object sender, System.Windows.Navigation.RequestNavigateEventArgs e ) : void
ProfileImage_ClearClicked ( ImageBox sender ) : void
ProfileImage_UploadClicked ( ImageBox sender ) : void
SetDependencyProperty ( DependencyProperty dp, object value ) : void
SetDependencyProperty_GUI ( DependencyProperty dp, object value ) : void
SetPageType ( UserConfiguration userConfig ) : void
SetProfileImage ( ) : void
UploadProfileImage ( EditUserInfo info, string path ) : void
UserControl_Loaded ( object sender, RoutedEventArgs e ) : void
VerifyPassword ( ) : void
VerifyPassword_GUI ( ) : void
VerifyUsername ( object o ) : void
VerifyUsername_Finished ( bool available ) : void
confirmpassword_TIMER_Elapsed ( object sender, System e ) : void
confirmpassword_TXT_PasswordChanged ( object sender, RoutedEventArgs e ) : void
country_COMBO_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
password_TIMER_Elapsed ( object sender, System e ) : void
password_TXT_PasswordChanged ( object sender, RoutedEventArgs e ) : void
username_TIMER_Elapsed ( object sender, System e ) : void
username_TXT_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void

메소드 상세

CleanForm() 공개 메소드

public CleanForm ( ) : void
리턴 void

Closed() 공개 메소드

public Closed ( ) : void
리턴 void

Closing() 공개 메소드

public Closing ( ) : bool
리턴 bool

GetSentData() 공개 메소드

public GetSentData ( EventData data ) : void
data TrakHound.EventData
리턴 void

LoadUserConfiguration() 공개 메소드

public LoadUserConfiguration ( UserConfiguration userConfig ) : void
userConfig TrakHound.API.Users.UserConfiguration
리턴 void

OpenImageBrowse() 공개 정적인 메소드

public static OpenImageBrowse ( ) : string
리턴 string

Opened() 공개 메소드

public Opened ( ) : void
리턴 void

Opening() 공개 메소드

public Opening ( ) : bool
리턴 bool

Page() 공개 메소드

public Page ( ) : System
리턴 System

ProcessImage() 공개 정적인 메소드

public static ProcessImage ( string path ) : System.Drawing.Image
path string
리턴 System.Drawing.Image

SetZoom() 공개 메소드

public SetZoom ( double zoomPercentage ) : void
zoomPercentage double
리턴 void

프로퍼티 상세

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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