Class ContextActionInfo
Inheritance
ContextActionInfo
Assembly: DataWeb.Core.dll
Syntax
public class ContextActionInfo
Properties
Context
Declaration
public string Context { get; set; }
Property Value
CurrentStep
Declaration
public ContextActionInfo.Step CurrentStep { get; set; }
Property Value
IsConfirmRequired
Declaration
public bool IsConfirmRequired { get; set; }
Property Value
IsDialogForm
Declaration
public bool IsDialogForm { get; set; }
Property Value
IsDownloadResult
Declaration
public bool IsDownloadResult { get; set; }
Property Value
IsReloadAfterProcess
Declaration
public bool IsReloadAfterProcess { get; set; }
Property Value
IsSaveItemBeforeProcess
Declaration
public bool IsSaveItemBeforeProcess { get; set; }
Property Value
Mode
Declaration
public string Mode { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
NewSteps
Declaration
public List<ContextActionInfo.Step> NewSteps { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value
Type
Declaration
public string Type { get; set; }
Property Value