AdvantageModuleRewrite<(Of <(<'T>)>)> Methods
The AdvantageModuleRewrite<(Of <(<'T>)>)> type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
BroadcastEvent |
Allows broadcasting of information between modules rendered in an AdvantageTemplatePage. One module can broadcast a message with an event ID and arguments, other modules that override the "ReceiveEvent" virtual method will receive the message.
Messages should be broadcast PRIOR to the "PreRender Event" so that other modules may act upon the message.
(Inherited from AdvantageModule.) |
|
|
Client_ObjectClearLocks |
Unlocks all object specified by the unique lock key.
(Inherited from AdvantageModule.) |
|
|
Client_ObjectLock |
Requests an object lock for a specified user and master identifier. This will attempt to lock the record on the server and return the status. It will generate the javascript client code to poll for refresh/locking. Successful API requests will return the status of the lock : { Status: 0, Message: '', UserName: '' }. Status
Message
UserName
|
|
|
Client_UnObjectLock |
Object unlock. Unlocks a specific object.
(Inherited from AdvantageModule.) |
|
|
GetNavigations |
Pass through to AdvantagePageTemplate GetNavigations
(Inherited from AdvantageModule.) |
|
|
OnInit |
Raises the Init event.
|
|
|
OnLoad |
Raises the Load event. (Inherited from AdvantageModule.) |
|
|
OnPreRender |
Raises the PreRender event. (Inherited from AdvantageModule.) |
|
|
ReceiveEvent |
Virtual method that can be overridden to receive messages that are broadcast via the "BroadcastEvent" method
(Inherited from AdvantageModule.) |
|
|
RecieveEvent |
Receives the event. This method is obsolete; use ReceiveEvent(String, Hashtable) instead.
(Inherited from AdvantageModule.) |
|
|
RegisterBottomScript(Literal) |
Registers content to the bottom of the page
(Inherited from AdvantageModule.) |
|
|
RegisterBottomScript(String, Literal) |
Registers content to the bottom of the page
(Inherited from AdvantageModule.) |
|
|
RegisterBottomScript(PlaceHolder) |
Registers content to the bottom of the page
(Inherited from AdvantageModule.) |
|
|
RegisterBottomScript(String, PlaceHolder) |
Registers content to the bottom of the page
(Inherited from AdvantageModule.) |
|
|
RegisterBottomScript(String, String) |
Registers content to the bottom of the page
(Inherited from AdvantageModule.) |
|
|
RegisterBottomScript(String) |
Registers content to the bottom of the page
(Inherited from AdvantageModule.) |
|
|
RegisterTopScript(Literal) |
Registers content to the top of the page.
(Inherited from AdvantageModule.) |
|
|
RegisterTopScript(String, Literal) |
Registers content to the top of the page
(Inherited from AdvantageModule.) |
|
|
RegisterTopScript(PlaceHolder) |
Registers content to the top of the page
(Inherited from AdvantageModule.) |
|
|
RegisterTopScript(String, PlaceHolder) |
Registers content to the top of the page
(Inherited from AdvantageModule.) |
|
|
RegisterTopScript(String, String) |
Registers content to the top of the page
(Inherited from AdvantageModule.) |
|
|
RegisterTopScript(String) |
Registers content to the top of the page
(Inherited from AdvantageModule.) |
|
|
Render |
Sends server control content to a provided HtmlTextWriter object, which writes the content to be rendered on the client. (Inherited from AdvantageModule.) |
|
|
RenderControlContent |
Renders the content of the control.
(Inherited from AdvantageModule.) |
|
|
SearchIndexUsingBrowserInstance |
Forwards to [AdvantageCommonBasePage.SearchIndexUsingBrowserInstance] on the
host page, instructing the search indexer to render this module via a headless browser
instance so JavaScript-driven content is visible to the crawler.
(Inherited from AdvantageModule.) |
|
|
SetOpenGraph |
Sets the open graph.
(Inherited from AdvantageModule.) |
|
|
SiteSettings()()()() |
Pass through to AdvantagePageTemplate SiteSettings (non-generic).
(Inherited from AdvantageModule.) |
|
|
SiteSettings<(Of <<'(T>)>>)()()()() |
Pass through to AdvantagePageTemplate SiteSettings
(Inherited from AdvantageModule.) |

