SetHostUrlDialog Members

Include Protected Members
Include Inherited Members

Represents a page that is used to configure the URL where the external content type profile page will be hosted for the current Business Data Connectivity (BDC) service application.

The SetHostUrlDialog type exposes the following members.

Constructors

  Name Description
Public method SetHostUrlDialog Initializes a new instance of the SetHostUrlDialog class.

Top

Properties

  Name Description
Public property Description Gets or sets the Text value of the DescriptionLabel control.
Public property ProfilePageHostUrl Gets or sets the Text value of the TxtProfilePageHostUrl control.
Public property ProvideUrl Gets or sets the Checked() value of the ChkBoxEnableProfileCreation control.
Protected property ServiceAppId Gets the globally unique identifier (GUID) of the BDC service application in the query string.

Top

Methods

  Name Description
Protected method OkButton_Click Handles the Click event of the OkButton control.
Protected method OnInit Handles the Init event. (Overrides UnsecuredLayoutsPageBase.OnInit(EventArgs).)
Protected method OnLoad Handles the Load event. (Overrides LayoutsPageBase.OnLoad(EventArgs).)
Protected method ValidateHostUrl Handles the ServerValidate event of the HostUrlValidator control.

Top

Fields

  Name Description
Protected field ChkBoxEnableProfileCreation Represents a InputFormCheckBox that specifies whether a profile page is enabled.
Protected field DescriptionLabel Represents a Label that displays information about how to use the controls on the page.
Protected field HostUrlValidator Represents a InputFormCustomValidator that is used to validate that the URL entered for the hosting site external content profile page is a valid URL, and whether the hosting site exists.
Protected field OkButton Represents a Button that is used to save the changes made on the SetHostUrlDialog page.
Protected field ProfilePageHostFormSection Represents a InputFormSection that contains the controls used to set the URL of the profile page hosting site.
Protected field ReqProfileHostUrl Represents a InputFormRequiredFieldValidator that is used to validate that TxtProfilePageHostUrl contains a value when the ChkBoxEnableProfileCreation is not selected.
Protected field TxtProfilePageHostUrl Represents a TextBox that is used to input the URL of the site that will host the external content type profile pages.

Top

See Also

Reference

SetHostUrlDialog Class

Microsoft.SharePoint.Portal.WebControls Namespace