The EditProfile type exposes the following members.

Constructors

  Name Description
Public method EditProfile
Constructor.

Methods

  Name Description
Public method DataBind()()()()
Module databind.
(Overrides Control..::..DataBind()()()().)
Public method DataBind(Boolean)
Module databind.
Public method Static member GetAvailableFields
Gets a list of available fields.
Public method LoadClientData()()()()
Public method LoadClientData(Guid)
Public method LoadClientData(MembershipUser)
Protected method OnInit (Overrides BasePart..::..OnInit(EventArgs).)
Protected method OnPreRender (Overrides BasePart..::..OnPreRender(EventArgs).)
Protected method OnSaved
Triggers saved event.
Protected method OnSaving
Triggers saving event.
Protected method OnUserProfileLoaded
Triggers user profile loaded event.
Public method Save()()()()
Public method Save(Guid)

Extension Methods

  Name Description
Public Extension Method ConvertTo(Type) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)()()()() Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)(TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method GetCurrentStackTrace
Gets current stack trace information.
(Defined by ObjectExtension.)
Public Extension Method GetDebugInformation
Gets the debug information for currently executing code.
(Defined by ObjectExtension.)
Public Extension Method GetExecutingMethodName
Gets the executing method name.
(Defined by ObjectExtension.)
Public Extension Method GetPagerTemplate
Gets pager template.
(Defined by ControlExtension.)
Public Extension Method GetPropertyType
Gets a property type.
(Defined by ObjectExtension.)
Public Extension Method GetPropertyValue
Gets a property or field value from the object (Dot notation enabled).
(Defined by ObjectExtension.)
Public Extension Method PropertyExists
Check if property exists.
(Defined by ObjectExtension.)
Public Extension Method SetPropertyValue
Sets a property or field value to the object (Dot notation enabled).
(Defined by ObjectExtension.)

Fields

  Name Description
Protected field AboutMySelf
AboutMySelf control.
Protected field Address
Address control.
Protected field BirthDate
BirthDate control.
Protected field City
City control.
Protected field ConfirmPassword
ConfirmPassword control.
Protected field Country
Country control.
Protected field ddlTimeZone
ddlTimeZone control.
Protected field Email
Email control.
Protected field FirstName
FirstName control.
Protected field labFirstName
labFirstName control.
Protected field labLastName
labLastName control.
Protected field labNoUser
labNoUser control.
Protected field LastName
LastName control.
Protected field lblAboutMySelf
lblAboutMySelf control.
Protected field lblAddress
lblAddress control.
Protected field lblBirthDate
lblBirthDate control.
Protected field lblCity
lblCity control.
Protected field lblConfirmPassword
lblConfirmPassword control.
Protected field lblCountry
lblCountry control.
Protected field lblEmail
lblEmail control.
Protected field lblInfo
lblInfo control.
Protected field lblPassword
lblPassword control.
Protected field lblTimeZone
lblTimeZone control.
Protected field lblTitle
lblTitle control.
Protected field lblWebSites
lblWebSites control.
Protected field lblZipCode
lblZipCode control.
Protected field mainContainer
mainContainer control.
Protected field noUserContainer
noUserContainer control.
Protected field panAboutMySelfPrivacyEditor
panAboutMySelfPrivacyEditor control.
Protected field panAddressPrivacyEditor
panAddressPrivacyEditor control.
Protected field panBirthDayPrivacyEditor
panBirthDayPrivacyEditor control.
Protected field panCityPrivacyEditor
panCityPrivacyEditor control.
Protected field panCountryPrivacyEditor
panCountryPrivacyEditor control.
Protected field panEmailPrivacyEditor
panEmailPrivacyEditor control.
Protected field panFristNamePrivacyEditor
panFristNamePrivacyEditor control.
Protected field panLastNamePrivacyEditor
panLastNamePrivacyEditor control.
Protected field panTimeZonePrivacyEditor
panTimeZonePrivacyEditor control.
Protected field panWebSitesPrivacyEditor
panWebSitesPrivacyEditor control.
Protected field panZipCodePrivacyEditor
panZipCodePrivacyEditor control.
Protected field Password
Password control.
Protected field PasswordCompare
PasswordCompare control.
Protected field PasswordLength
PasswordLength control.
Protected field prevAboutMySelf
prevAboutMySelf control.
Protected field prevAddress
prevAddress control.
Protected field prevBirthDate
prevBirthDate control.
Protected field prevCity
prevCity control.
Protected field prevCountry
prevCountry control.
Protected field prevEMail
prevEMail control.
Protected field prevTimeZone
prevTimeZone control.
Protected field prevWebSites
prevWebSites control.
Protected field prevZipCode
prevZipCode control.
Protected field privacyManager
privacyManager control.
Protected field regexEmail
regexEmail control.
Protected field reqFirstName
reqFirstName control.
Protected field reqLastName
reqLastName control.
Protected field rowAboutMySelf
rowAboutMySelf control.
Protected field rowAddress
rowAddress control.
Protected field rowBirthDate
rowBirthDate control.
Protected field rowCity
rowCity control.
Protected field rowConfirmPass
rowConfirmPass control.
Protected field rowCountry
rowCountry control.
Protected field rowEMail
rowEMail control.
Protected field rowFirstName
rowFirstName control.
Protected field rowInfo
rowInfo control.
Protected field rowLastName
rowLastName control.
Protected field rowPass
rowPass control.
Protected field rowTimeZone
rowTimeZone control.
Protected field rowTitle
rowTitle control.
Protected field rowValidation
rowValidation control.
Protected field rowWebSites
rowWebSites control.
Protected field rowZipCode
rowZipCode control.
Protected field rptProfile
rptProfile control.
Protected field validationHandler
validationHandler control.
Protected field valSum
valSum control.
Protected field WebSites
WebSites control.
Protected field ZipCode
ZipCode control.

Properties

  Name Description
Public property DateFormatString
Date format string.
Public property ErrorMessages
Gets the error messages produced by this module.
Public property HiddenFields
Gets or sets a list of fields that should be always hidden.
Public property IsPreviewMode
Gets or sets a flag if module is initially in preview mode.
Public property Messages
Gets the messages produced by this module.
Public property ShowASPNETProfile
Visibility of the ASP.NET Profile fields.
Public property ShowEMailField
Gets or sets a flag if e-mail field is shown.
Public property ShowPasswordField
Gets or sets a flag if password field is shown.
Public property ShowPrivacyEditor
Visibility of the privacy editor.
Public property UserId
Gets or sets user id.
Public property UserReputationNewUserInfoScore
Gets or sets how much score user gets for new user information submission.

Events

  Name Description
Public event Saved
Saved event handler.
Public event Saving
Saving event handler.
Public event UserProfileLoaded
User profile loaded event handler.

See Also