AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageAttributeControl Methods

The AdvantageAttributeControl type exposes the following members.

Methods


  Name Description
Public method DisableActions
Disables the actions.
Public method EnableActions
Enables the actions.
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.)
Protected method InitalizeDocumentEditor (Inherited from CMSBaseUserControl.)
Protected method InitializeImageEditor (Inherited from CMSBaseUserControl.)
Protected method InitializeRadEditor (Inherited from CMSBaseUserControl.)
Public method LoadData
Loads the data.
Public method PageSessionObjectExists
Determines whether a page session object exists for the specified key.
(Inherited from CMSBaseUserControl.)
Public method RecieveAdvantageAttributes
Receives and processes the advantage attribute arguments, initializing the toolbar and loading data.
Protected method RefreshSections (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.)
Public method SafeBool
Safely converts an object to a boolean value, returning the default if the object is null.
Public method SaveData
Saves the data.
Public method SendStatusMessage(eCMSEngineEventStatus, String)
Sends the status message.
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 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.)
Public method ValidateSave
Validates the data before saving. Override to add custom validation logic.