The ModuleAction type exposes the following members.
Constructors
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| HasChildren |
Determines whether the action node contains any child actions.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
| Name | Description | |
|---|---|---|
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.) |
Properties
| Name | Description | |
|---|---|---|
| Actions |
The Actions property allows the user to create a hierarchy of actions, with
each action having sub-actions.
| |
| ClientScript |
Gets or sets javascript which will be run in the clients browser
when the associated Module menu Action is selected. prior to a postback.
| |
| CommandArgument |
A Module Action CommandArgument provides additional information and
complements the CommandName.
| |
| CommandName |
A Module Action CommandName represents a string used by the ModuleTitle to notify
the parent module that a given Module Action was selected in the Module Menu.
| |
| Icon |
Gets or sets the URL for the icon file that is displayed for the given
ModuleAction.
| |
| ID |
A Module Action ID is a identifier that can be used in a Module Action Collection
to find a specific Action.
| |
| NewWindow |
Gets or sets a value that determines if a new window is opened when the
DoAction() method is called.
| |
| Secure |
Gets or sets the value indicating the SecurityAccessLevel that is required
to access this ModuleAction.
| |
| Title |
Gets or sets the string that is displayed in the Module Menu
that represents a given menu action.
| |
| Url |
Gets or sets the URL to which the user is redirected when the
associated Module Menu Action is selected.
| |
| UseActionEvent |
Gets or sets a value that determines if a local ActionEvent is fired when the
ModuleAction contains a URL.
| |
| Visible |
Gets or sets whether the current action should be displayed.
|