TenantSetHostUrlDialog Members
Include Protected Members
Include Inherited Members
Represents a page that is used to configure the URL where the external content type profile pages will be hosted for the current Business Data Connectivity (BDC) service application for the tenant.
The TenantSetHostUrlDialog type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TenantSetHostUrlDialog | Initializes a new instance of the TenantSetHostUrlDialog class. |
Top
Properties
Name | Description | |
---|---|---|
Description | Gets or sets the Text value of the DescriptionLabel control. | |
ProfilePageHostUrl | Gets or sets the Text value of the TxtProfilePageHostUrl control. | |
ProvideUrl | Gets or sets the Checked value of the DescriptionLabel control. |
Top
Methods
Name | Description | |
---|---|---|
OkButton_Click | Handles the Click event of the OkButton control. | |
OnInit | Handles the Init event. (Overrides UnsecuredLayoutsPageBase.OnInit(EventArgs).) | |
OnLoad | Handles the Load event. (Overrides LayoutsPageBase.OnLoad(EventArgs).) | |
ValidateHostUrl | Handles the ServerValidate event of the HostUrlValidator control. |
Top
Fields
Name | Description | |
---|---|---|
ChkBoxEnableProfileCreation | Represents an InputFormCheckBox that is used to determine whether the profile page is enabled. | |
DescriptionLabel | Represents a Label that displays instructions on how to configure the external content type profile page host. | |
HostUrlValidator | Represents an InputFormCustomValidator that is used to validate whether the URL entered for the site hosting the external content profile pages is a valid URL, and whether the hosting site exists. | |
OkButton | Represents a Button that is used to save the changes made on the TenantSetHostUrlDialog page. | |
ProfilePageHostFormSection | Represents a InputFormSection that contains the controls used to set the URL of the profile page hosting site. | |
ReqProfileHostUrl | Represents a InputFormRequiredFieldValidator that is used to validate that the TxtProfilePageHostUrl contains a value. TxtProfilePageHostUrl does not have to contain a value if the ChkBoxEnableProfileCreation is not selected. | |
TxtProfilePageHostUrl | Represents a TextBox that is used to input the URL of the site that will host the external content type profile pages. |
Top