Class ContextAction
Represents an action.
Inherited Members
Namespace: DataWeb.Structure
Assembly: DataWeb.Core.dll
Syntax
public sealed class ContextAction
Properties
Context
Gets or sets the context of the action.
Declaration
public string Context { get; set; }
Property Value
Type | Description |
---|---|
string |
CurrentStep
Gets or sets the current step of the action.
Declaration
public ContextAction.Step CurrentStep { get; set; }
Property Value
Type | Description |
---|---|
ContextAction.Step |
DialogFormName
Gets or sets the name of the dialog form.
Declaration
public string DialogFormName { get; set; }
Property Value
Type | Description |
---|---|
string |
IsConfirmRequired
Gets or sets the confirmation required of the action.
Declaration
public bool IsConfirmRequired { get; set; }
Property Value
Type | Description |
---|---|
bool |
IsDownloadResult
Gets or sets the download result option.
Declaration
public bool IsDownloadResult { get; set; }
Property Value
Type | Description |
---|---|
bool |
IsReloadAfterProcess
Gets or sets the reload option after action execution.
Declaration
public bool IsReloadAfterProcess { get; set; }
Property Value
Type | Description |
---|---|
bool |
IsSaveItemBeforeProcess
Gets or sets the item save option before action execution.
Declaration
public bool IsSaveItemBeforeProcess { get; set; }
Property Value
Type | Description |
---|---|
bool |
Mode
Gets or sets the mode of the action.
Declaration
public ContextActionMode Mode { get; set; }
Property Value
Type | Description |
---|---|
ContextActionMode |
Name
Gets or sets the name of the action.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
NewSteps
Gets or sets the new steps of the action.
Declaration
public List<ContextAction.Step> NewSteps { get; set; }
Property Value
Type | Description |
---|---|
List<ContextAction.Step> |
Title
Gets or sets the title of the action.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Gets or sets the type of the action.
Declaration
public ContextActionType Type { get; set; }
Property Value
Type | Description |
---|---|
ContextActionType |