Click or drag to resize

BaseAction Class

Represents a base class that needs to be implemented to render NewsDetail, NewsEdit, NewsList and RSSRenderer objects.
Inheritance Hierarchy

Namespace:  Dynamicweb.News.Frontend
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public abstract class BaseAction

The BaseAction type exposes the following members.

Constructors
  NameDescription
Protected methodBaseAction
Initializes a new instance of the BaseAction class.
Top
Properties
  NameDescription
Protected propertyIsPostBack
Gets a value indicating whether this instance is post back.
Protected propertyIsSubmit
Gets a value indicating whether this instance is submit.
Public propertyPageview
Gets or sets the Pageview object.
Public propertyProperties
Gets or sets the properties of News V2 module.
Protected propertyTemplatePath
Top
Methods
  NameDescription
Protected methodDoRedirect
Does the redirect.
Protected methodError404
Error404s this instance.
Protected methodError500
Error500s this instance.
Protected methodOnAfterSelectData
Raises "AfterSelectData" event.
Protected methodOnBeforeSelectData
Raises "BeforeSelectData" event.
Public methodOutput
Outputs this instance.
Protected methodRaiseDataSelectionEventT
Raises an event specified by the wrapper function and returns the modified data source.
Top
Events
  NameDescription
Public eventAfterSelectData
Occurs after the data which will be processed by the module has been selected.
Public eventBeforeSelectData
Occurs before the data which will be processed by the module has been selected.
Top
Fields
See Also