Creates console instances.
Inheritance Hierarchy
kCura.EventHandler.Console
Namespace: kCura.EventHandler
Assembly: kCura.EventHandler (in kCura.EventHandler.dll) Version: 17.0.1.1 588f15fd7550dbf54835f3417a0142d4ea37dbb5
Syntax
[SerializableAttribute] public class Console [SerializableAttribute] public class Console
The Console type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Console |
Initializes a new instance of the Console class.
|
Properties
Name | Description | |
---|---|---|
![]() | ButtonList |
This method has been deprecated. Please use Items instead.
|
![]() | HTMLBlocks |
A list of HTML blocks that will be added to the page. All HTML blocks get wrapped in a hidden div. Note that the Items property may be used instead to inject HTML into the Console.
|
![]() | Items |
Gets or sets a list of console items.
|
![]() | ScriptBlocks |
A list of script text that will be added to the header of the rendered page.
|
![]() | Title |
Gets or sets a title of a console.
|
Methods
Name | Description | |
---|---|---|
![]() | AddLinksToConsole |
Adds a collection of links to the console.
A set of div tags contain and apply styles to the links.
|
![]() | AddRefreshLinkToConsole |
Adds a refresh button to the console and returns the newly added refresh button so that it can be modified.
The refresh button is disabled by default.
|
![]() | AddScriptBlock |
Adds a script literal to the rendered page. Your text should be enclosed in script tags.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | RefreshButtonName |
Name of a refresh button, defaults to Refresh Page.
|
Remarks
See Also