CreateProfileDialog Members
Include Protected Members
Include Inherited Members
Represents a page that is used to create profile pages for the selected external content types in a Business Data Connectivity (BDC) service application.
The CreateProfileDialog type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CreateProfileDialog | Initializes a new instance of the CreateProfileDialog class. |
Top
Properties
Name | Description | |
---|---|---|
ServiceAppId | Gets the globally unique identifier (GUID) of the BDC service application in the query string. |
Top
Methods
Name | Description | |
---|---|---|
OnInit | Handles the Init event. (Overrides UnsecuredLayoutsPageBase.OnInit(EventArgs).) |
Top
Fields
Name | Description | |
---|---|---|
cancelButton | Represents a Button to cancel the operation. | |
multiView | Represents the MultiView control that is used to display views of the help text or the results of creating the profile pages for the selected external content types. | |
okButton | Represents a Button that is used to create the profile pages for the selected external content types. | |
viewResults | Represents a View that contains the profile pages for the selected external content types. |
Top