DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ContextActionInfo

    Inheritance
    object
    ContextActionInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Structure
    Assembly: DataWeb.Core.dll
    Syntax
    public class ContextActionInfo

    Properties

    Context

    Declaration
    public string Context { get; set; }
    Property Value
    Type Description
    string

    CurrentStep

    Declaration
    public ContextActionInfo.Step CurrentStep { get; set; }
    Property Value
    Type Description
    ContextActionInfo.Step

    IsConfirmRequired

    Declaration
    public bool IsConfirmRequired { get; set; }
    Property Value
    Type Description
    bool

    IsDialogForm

    Declaration
    public bool IsDialogForm { get; set; }
    Property Value
    Type Description
    bool

    IsDownloadResult

    Declaration
    public bool IsDownloadResult { get; set; }
    Property Value
    Type Description
    bool

    IsReloadAfterProcess

    Declaration
    public bool IsReloadAfterProcess { get; set; }
    Property Value
    Type Description
    bool

    IsSaveItemBeforeProcess

    Declaration
    public bool IsSaveItemBeforeProcess { get; set; }
    Property Value
    Type Description
    bool

    Mode

    Declaration
    public string Mode { get; set; }
    Property Value
    Type Description
    string

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    NewSteps

    Declaration
    public List<ContextActionInfo.Step> NewSteps { get; set; }
    Property Value
    Type Description
    List<ContextActionInfo.Step>

    Title

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    string

    Type

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX