C# Class TrakHound_Dashboard.Pages.Account.Page

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

Public Properties

Property 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

Public Methods

Method 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

Method 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 method

public CleanForm ( ) : void
return void

Closed() public method

public Closed ( ) : void
return void

Closing() public method

public Closing ( ) : bool
return bool

GetSentData() public method

public GetSentData ( EventData data ) : void
data TrakHound.EventData
return void

LoadUserConfiguration() public method

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

OpenImageBrowse() public static method

public static OpenImageBrowse ( ) : string
return string

Opened() public method

public Opened ( ) : void
return void

Opening() public method

public Opening ( ) : bool
return bool

Page() public method

public Page ( ) : System
return System

ProcessImage() public static method

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

SetZoom() public method

public SetZoom ( double zoomPercentage ) : void
zoomPercentage double
return void

Property Details

Address1Property public_oe static_oe property

public static DependencyProperty,System.Windows Address1Property
return System.Windows.DependencyProperty

Address2Property public_oe static_oe property

public static DependencyProperty,System.Windows Address2Property
return System.Windows.DependencyProperty

CityProperty public_oe static_oe property

public static DependencyProperty,System.Windows CityProperty
return System.Windows.DependencyProperty

CompanyProperty public_oe static_oe property

public static DependencyProperty,System.Windows CompanyProperty
return System.Windows.DependencyProperty

ConfirmPasswordEnteredProperty public_oe static_oe property

public static DependencyProperty,System.Windows ConfirmPasswordEnteredProperty
return System.Windows.DependencyProperty

CurrentUserProperty public_oe static_oe property

public static DependencyProperty,System.Windows CurrentUserProperty
return System.Windows.DependencyProperty

EmailProperty public_oe static_oe property

public static DependencyProperty,System.Windows EmailProperty
return System.Windows.DependencyProperty

FirstNameProperty public_oe static_oe property

public static DependencyProperty,System.Windows FirstNameProperty
return System.Windows.DependencyProperty

ImageProperty public_oe static_oe property

public static DependencyProperty,System.Windows ImageProperty
return System.Windows.DependencyProperty

LastNameProperty public_oe static_oe property

public static DependencyProperty,System.Windows LastNameProperty
return System.Windows.DependencyProperty

PasswordEnteredProperty public_oe static_oe property

public static DependencyProperty,System.Windows PasswordEnteredProperty
return System.Windows.DependencyProperty

PasswordLongProperty public_oe static_oe property

public static DependencyProperty,System.Windows PasswordLongProperty
return System.Windows.DependencyProperty

PasswordShortProperty public_oe static_oe property

public static DependencyProperty,System.Windows PasswordShortProperty
return System.Windows.DependencyProperty

PasswordVerifiedProperty public_oe static_oe property

public static DependencyProperty,System.Windows PasswordVerifiedProperty
return System.Windows.DependencyProperty

PhoneProperty public_oe static_oe property

public static DependencyProperty,System.Windows PhoneProperty
return System.Windows.DependencyProperty

ProfileImageLoadingProperty public_oe static_oe property

public static DependencyProperty,System.Windows ProfileImageLoadingProperty
return System.Windows.DependencyProperty

ProfileImageProperty public_oe static_oe property

public static DependencyProperty,System.Windows ProfileImageProperty
return System.Windows.DependencyProperty

ProfileImageSetProperty public_oe static_oe property

public static DependencyProperty,System.Windows ProfileImageSetProperty
return System.Windows.DependencyProperty

SavingProperty public_oe static_oe property

public static DependencyProperty,System.Windows SavingProperty
return System.Windows.DependencyProperty

ShowChangePasswordProperty public_oe static_oe property

public static DependencyProperty,System.Windows ShowChangePasswordProperty
return System.Windows.DependencyProperty

ShowStatesProperty public_oe static_oe property

public static DependencyProperty,System.Windows ShowStatesProperty
return System.Windows.DependencyProperty

TitleProperty public_oe static_oe property

public static DependencyProperty,System.Windows TitleProperty
return System.Windows.DependencyProperty

UsernameDisplayProperty public_oe static_oe property

public static DependencyProperty,System.Windows UsernameDisplayProperty
return System.Windows.DependencyProperty

UsernameMessageProperty public_oe static_oe property

public static DependencyProperty,System.Windows UsernameMessageProperty
return System.Windows.DependencyProperty

UsernameProperty public_oe static_oe property

public static DependencyProperty,System.Windows UsernameProperty
return System.Windows.DependencyProperty

UsernameVerifiedProperty public_oe static_oe property

public static DependencyProperty,System.Windows UsernameVerifiedProperty
return System.Windows.DependencyProperty

ZipCodeProperty public_oe static_oe property

public static DependencyProperty,System.Windows ZipCodeProperty
return System.Windows.DependencyProperty