Table of Contents

Class Settings

Namespace
InSite.UI.Portal.Home
Assembly
InSite.UI.dll
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

CancelButton

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ChangePasswordButton

ChangePasswordButton control.

protected Button ChangePasswordButton

Field Value

Button

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

City

City control.

protected TextBox City

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Country

Country control.

protected CountryComboBox Country

Field Value

CountryComboBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

DashboardNavigation

DashboardNavigation control.

protected MyDashboards DashboardNavigation

Field Value

MyDashboards

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Email

Email control.

protected TextBox Email

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

EmailPatternValidator

EmailPatternValidator control.

protected EmailValidator EmailPatternValidator

Field Value

EmailValidator

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

EmailRequiredValidator

EmailRequiredValidator control.

protected RequiredValidator EmailRequiredValidator

Field Value

RequiredValidator

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

FirstName

FirstName control.

protected TextBox FirstName

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

FirstNameRequiredValidator

FirstNameRequiredValidator control.

protected RequiredValidator FirstNameRequiredValidator

Field Value

RequiredValidator

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

LastName

LastName control.

protected TextBox LastName

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

LastNameRequiredValidator

LastNameRequiredValidator control.

protected RequiredValidator LastNameRequiredValidator

Field Value

RequiredValidator

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

PhoneMobile

PhoneMobile control.

protected TextBox PhoneMobile

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

PhoneMobileRequiredValidator

PhoneMobileRequiredValidator control.

protected RequiredValidator PhoneMobileRequiredValidator

Field Value

RequiredValidator

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

PostalCode

PostalCode control.

protected TextBox PostalCode

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

PostalCodeLabel

PostalCodeLabel control.

protected Literal PostalCodeLabel

Field Value

Literal

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ProfileImage

ProfileImage control.

protected Image ProfileImage

Field Value

Image

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ProfilePictureToUploadV2

ProfilePictureToUploadV2 control.

protected FileUploadV2 ProfilePictureToUploadV2

Field Value

FileUploadV2

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ProfileToast

ProfileToast control.

protected Toast ProfileToast

Field Value

Toast

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ProfileUploadPanel

ProfileUploadPanel control.

protected HtmlGenericControl ProfileUploadPanel

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

SaveButton

SaveButton control.

protected SaveButton SaveButton

Field Value

SaveButton

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

StatusAlert

StatusAlert control.

protected Alert StatusAlert

Field Value

Alert

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Street1

Street1 control.

protected TextBox Street1

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

UploadProfilePicture

UploadProfilePicture control.

protected SaveButton UploadProfilePicture

Field Value

SaveButton

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

address QPersonAddress

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs