| Interface | Description |
|---|---|
| Constants |
UI constants
|
| CustomHelpProvider |
Represents an object responsible for rendering provider-specific UI help used during the service definition of provider-specific endpoint configuration.
|
| IBrowserTextBoxObject |
Browser Text Box Interface
|
| ICheckBoxObject |
Check Box Interface
|
| IConfirmationObject |
Confirmation Interface
|
| IDynamicTableObject |
Dynamic Table Interface
|
| IExpandableRowObject |
Expandable Row Interface
|
| IExpandableTableObject |
Expandable Table Interface
|
| IFileBrowserObject |
File Browser Object Interface
|
| IHintTextAreaObject |
Hint Text Area Interface
|
| IHintTextBoxObject |
Hint Text Box Interface
|
| IOption |
Option Interface
|
| IPasswordObject |
Password Interface
|
| ISelectObject |
Select Interface
|
| ISimpleCell |
Simple Cell Interface
|
| ISimpleRowObject |
Simple Row Interface
|
| ISimpleTableObject |
Simple Table Interface
|
| ITextAreaObject |
Text Area Interface
|
| ITextBoxObject |
Text Box Interface
|
| UIObject |
Marker interface.
|
| Class | Description |
|---|---|
| BrowserTextBoxObject |
Browser Text Box Object
|
| CheckBoxObject |
Check Box Object
|
| ConfirmationObject |
Confirmation Object
|
| DynamicTableObject |
Dynamic Table Object
|
| EditField |
Represents a single editable UI element in provider-specific portion of OSB console service registration wizard.
|
| ExpandableRowObject |
Expandable Row Object
|
| ExpandableTableObject |
Expandable Table Object
|
| FileBrowserObject |
File Browser Object
|
| HintTextAreaObject |
Hint Text Area Object
|
| HintTextBoxObject |
Hint Text Box Object
|
| Option |
Option Object
|
| PasswordObject |
Password Object
|
| SelectObject |
Select Object
|
| SimpleCell |
Simple Cell
|
| SimpleRowObject |
Simple Row Object
|
| SimpleTableObject |
Simple Table Object
|
| TextAreaObject |
Text Area Object
|
| TextBoxObject |
Text Box Object
|
| UIError |
An object of this class is used by proivder to return any validation errors to OSB console.
|
| UIFactory |
This class provides factory methods for creating Edit Field and different kinds of UI objects associated with the field.
|
| ViewField | Deprecated |