C# Class TrakHound_Dashboard.Pages.Account.Page

Interaction logic for Page.xaml
Inheritance: System.Windows.Controls.UserControl, IPage
Afficher le fichier Open project: TrakHound/TrakHound-Community Class Usage Examples

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

CleanForm() public méthode

public CleanForm ( ) : void
Résultat void

Closed() public méthode

public Closed ( ) : void
Résultat void

Closing() public méthode

public Closing ( ) : bool
Résultat bool

GetSentData() public méthode

public GetSentData ( EventData data ) : void
data TrakHound.EventData
Résultat void

LoadUserConfiguration() public méthode

public LoadUserConfiguration ( UserConfiguration userConfig ) : void
userConfig TrakHound.API.Users.UserConfiguration
Résultat void

OpenImageBrowse() public static méthode

public static OpenImageBrowse ( ) : string
Résultat string

Opened() public méthode

public Opened ( ) : void
Résultat void

Opening() public méthode

public Opening ( ) : bool
Résultat bool

Page() public méthode

public Page ( ) : System
Résultat System

ProcessImage() public static méthode

public static ProcessImage ( string path ) : System.Drawing.Image
path string
Résultat System.Drawing.Image

SetZoom() public méthode

public SetZoom ( double zoomPercentage ) : void
zoomPercentage double
Résultat void

Property Details

Address1Property public_oe static_oe property

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

Address2Property public_oe static_oe property

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

CityProperty public_oe static_oe property

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

CompanyProperty public_oe static_oe property

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

ConfirmPasswordEnteredProperty public_oe static_oe property

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

CurrentUserProperty public_oe static_oe property

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

EmailProperty public_oe static_oe property

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

FirstNameProperty public_oe static_oe property

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

ImageProperty public_oe static_oe property

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

LastNameProperty public_oe static_oe property

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

PasswordEnteredProperty public_oe static_oe property

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

PasswordLongProperty public_oe static_oe property

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

PasswordShortProperty public_oe static_oe property

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

PasswordVerifiedProperty public_oe static_oe property

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

PhoneProperty public_oe static_oe property

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

ProfileImageLoadingProperty public_oe static_oe property

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

ProfileImageProperty public_oe static_oe property

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

ProfileImageSetProperty public_oe static_oe property

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

SavingProperty public_oe static_oe property

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

ShowChangePasswordProperty public_oe static_oe property

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

ShowStatesProperty public_oe static_oe property

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

TitleProperty public_oe static_oe property

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

UsernameDisplayProperty public_oe static_oe property

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

UsernameMessageProperty public_oe static_oe property

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

UsernameProperty public_oe static_oe property

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

UsernameVerifiedProperty public_oe static_oe property

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

ZipCodeProperty public_oe static_oe property

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