AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

ToolControlBaseControl Methods

The ToolControlBaseControl type exposes the following members.

Methods


  Name Description
Protected method Cancel
Cancels this instance.
(Inherited from ToolControlBase.)
Protected method CreateEvent(String, String, eCMSEngineEventStatus, String, List<(Of <<'(EngineEventArgs>)>>))
Method to call in order to pass message to front end display.
(Inherited from ActionControlBase.)
Protected method CreateEvent(String, String, eCMSEngineEventStatus)
Method to call in order to pass message to front end display.
(Inherited from ActionControlBase.)
Public method DisableActions
Disables the actions.
(Inherited from ToolControlBase.)
Public method EnableActions
Enables the actions.
(Inherited from ToolControlBase.)
Protected method EnableControls
Recursively enables or disables all child WebControls within the specified parent control.
(Inherited from ToolControlBase.)
Public method getModuleByID
Gets the module by identifier.
(Inherited from CMSBaseUserControl.)
Public method GetPageSessionObject(String)
Gets the page session object.
(Inherited from CMSBaseUserControl.)
Public method GetPageSessionObject<(Of <<'(T>)>>)(String)
Gets the page session object.
(Inherited from CMSBaseUserControl.)
Public method GetParameter
Gets the parameter.
(Inherited from CMSBaseUserControl.)
Public method GetPrimaryObjectByMasterId<(Of <<'(T>)>>)
Returns the Primary record for the item. It may be Draft, Publish, Historical Status.
(Inherited from ActionControlBase.)
Public method GetPrimaryObjects<(Of <<'(T>)>>)
Gets all primary records for the object type based on the publish status selected.
(Inherited from ActionControlBase.)
Protected method InitalizeDocumentEditor
Initalizes the document editor.
(Inherited from CMSBaseUserControl.)
Protected method InitializeImageEditor
Initializes the image editor.
(Inherited from CMSBaseUserControl.)
Protected method InitializeRadEditor
Initializes the RAD editor.
(Inherited from CMSBaseUserControl.)
Protected method LoadDataFromObject
Override to populate form fields from the business object properties.
(Inherited from ToolControlBase.)
Protected method OnInit
Raises the Init event.
(Inherited from CMSBaseUserControl.)
Public method PageSessionObjectExists
Determines whether a page session object exists for the specified key.
(Inherited from CMSBaseUserControl.)
Public method ProcessAction
Processes the specified CMS action (e.g., Save, Publish, Delete) for the current business object.
(Inherited from ToolControlBase.)
Public method ReceiveActionArgs
Event handler to implement for receiving system events.
(Inherited from ActionControlBase.)
Protected method RefreshSections
Refreshes the sections.
(Inherited from CMSBaseUserControl.)
Public method RegisterBottomScript(Literal)
Registers the bottom script.
(Inherited from CMSBaseUserControl.)
Public method RegisterBottomScript(PlaceHolder)
Registers the bottom script.
(Inherited from CMSBaseUserControl.)
Public method RegisterBottomScript(String, String)
Registers the bottom script
(Inherited from CMSBaseUserControl.)
Public method RegisterTopScript(String, String)
Registers the top script
(Inherited from CMSBaseUserControl.)
Public method RegisterTopScript(Literal)
Registers the top script.
(Inherited from CMSBaseUserControl.)
Public method RegisterTopScript(PlaceHolder)
Registers the top script.
(Inherited from CMSBaseUserControl.)
Protected method SaveDataToObject
Override to read form field values and write them into the business object properties.
(Inherited from ToolControlBase.)
Public method SendStatusMessage(eCMSEngineEventStatus, String, String)
Sends the status message.
(Inherited from ToolControlBase.)
Public method SendStatusMessage(eCMSEngineEventStatus, String, String, String)
Sends the status message to the underlying CMSBasePage if it exists.
(Inherited from CMSBaseUserControl.)
Public method setNavigationSubTitle
Sets the navigation sub title.
(Inherited from CMSBaseUserControl.)
Public method SetPageSessionObject(String, Int32)
Sets the page session object.
(Inherited from CMSBaseUserControl.)
Public method SetPageSessionObject(String, String)
Sets the page session object.
(Inherited from CMSBaseUserControl.)
Public method SetPageSessionObject(String, DateTime)
Sets the page session object.
(Inherited from CMSBaseUserControl.)
Public method SetPageSessionObject(String, Decimal)
Sets the page session object.
(Inherited from CMSBaseUserControl.)
Public method SetPageSessionObject(String, Double)
Sets the page session object.
(Inherited from CMSBaseUserControl.)
Public method SetPageSessionObject(String, Boolean)
Sets the page session object.
(Inherited from CMSBaseUserControl.)
Public method SetPageSessionObject(String, Byte)
Sets the page session object.
(Inherited from CMSBaseUserControl.)
Public method SetPageSessionObject(String, SByte)
Sets the page session object.
(Inherited from CMSBaseUserControl.)
Public method SetPageSessionObject(String, Int64)
Sets the page session object.
(Inherited from CMSBaseUserControl.)
Public method SetPageSessionObject(String, Int16)
Sets the page session object.
(Inherited from CMSBaseUserControl.)
Public method SetPageSessionObject(String, UInt16)
Sets the page session object.
(Inherited from CMSBaseUserControl.)
Public method SetPageSessionObject(String, UInt64)
Sets the page session object.
(Inherited from CMSBaseUserControl.)
Public method SetPageSessionObject(String, Single)
Sets the page session object.
(Inherited from CMSBaseUserControl.)
Public method SetPageSessionObject(String, Char)
Sets the page session object.
(Inherited from CMSBaseUserControl.)
Public method SetPageSessionObject(String, Guid)
Sets the page session object.
(Inherited from CMSBaseUserControl.)
Public method SetPageSessionObject<(Of <<'(T>)>>)(String, T)
Sets the page session object.
(Inherited from CMSBaseUserControl.)
Public method SetToolBarLocation
Sets the toolbar control
(Inherited from ToolControlBase.)
Public method ShowStatus(EngineEventArgs)
Shows the status.
(Inherited from CMSBaseUserControl.)
Public method ShowStatus(String)
Shows the status.
(Inherited from CMSBaseUserControl.)
Public method ShowStatus(String, String)
Shows the status.
(Inherited from CMSBaseUserControl.)
Public method ShowStatus(String, eCMSEngineEventStatus)
Shows the status.
(Inherited from CMSBaseUserControl.)
Public method ShowStatus(String, String, eCMSEngineEventStatus)
Shows the status.
(Inherited from CMSBaseUserControl.)