Class Settings
public class Settings : PortalBasePage, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, INamingContainer, IFilterResolutionService, IHttpHandler, IAdminPage, IHasTranslator, IHasWebRoute
- Inheritance
-
Settings
- Implements
- Inherited Members
Constructors
Settings()
public Settings()
Fields
CancelProfilePicture
CancelProfilePicture control.
protected CancelButton CancelProfilePicture
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ChangePasswordButton
ChangePasswordButton control.
protected Button ChangePasswordButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
City
City control.
protected TextBox City
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Country
Country control.
protected CountryComboBox Country
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
DashboardNavigation
DashboardNavigation control.
protected MyDashboards DashboardNavigation
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Email control.
protected TextBox Email
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
EmailPatternValidator
EmailPatternValidator control.
protected EmailValidator EmailPatternValidator
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
EmailRequiredValidator
EmailRequiredValidator control.
protected RequiredValidator EmailRequiredValidator
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
FirstName
FirstName control.
protected TextBox FirstName
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
FirstNameRequiredValidator
FirstNameRequiredValidator control.
protected RequiredValidator FirstNameRequiredValidator
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
LastName
LastName control.
protected TextBox LastName
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
LastNameRequiredValidator
LastNameRequiredValidator control.
protected RequiredValidator LastNameRequiredValidator
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PhoneMobile
PhoneMobile control.
protected TextBox PhoneMobile
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PhoneMobileRequiredValidator
PhoneMobileRequiredValidator control.
protected RequiredValidator PhoneMobileRequiredValidator
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PostalCode
PostalCode control.
protected TextBox PostalCode
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PostalCodeLabel
PostalCodeLabel control.
protected Literal PostalCodeLabel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ProfileImage
ProfileImage control.
protected Image ProfileImage
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ProfilePictureToUploadV2
ProfilePictureToUploadV2 control.
protected FileUploadV2 ProfilePictureToUploadV2
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ProfileToast
ProfileToast control.
protected Toast ProfileToast
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ProfileUploadPanel
ProfileUploadPanel control.
protected HtmlGenericControl ProfileUploadPanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SaveButton
SaveButton control.
protected SaveButton SaveButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
StatusAlert
StatusAlert control.
protected Alert StatusAlert
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Street1
Street1 control.
protected TextBox Street1
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
UploadProfilePicture
UploadProfilePicture control.
protected SaveButton UploadProfilePicture
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Methods
GetInputValues(QPersonAddress)
public void GetInputValues(QPersonAddress address)
Parameters
addressQPersonAddress
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
OnLoad(EventArgs)
protected override void OnLoad(EventArgs e)