DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ActionParams

    Inheritance
    object
    ActionParams
    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 ActionParams

    Properties

    ActionContext

    Declaration
    [Required(ErrorMessage = "Context is required")]
    public string ActionContext { get; set; }
    Property Value
    Type Description
    string

    ActionName

    Declaration
    [Required(ErrorMessage = "ActionName is required")]
    public string ActionName { get; set; }
    Property Value
    Type Description
    string

    ControlValues

    Declaration
    [JsonConverter(typeof(ListProvidedValueJsonConverter))]
    public List<Form.ProvidedValue> ControlValues { get; set; }
    Property Value
    Type Description
    List<Form.ProvidedValue>

    DataSourceParameters

    Declaration
    public List<ActionParams.Parameter> DataSourceParameters { get; set; }
    Property Value
    Type Description
    List<ActionParams.Parameter>

    FullName

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

    ItemId

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

    ItemIds

    Declaration
    public List<string> ItemIds { get; set; }
    Property Value
    Type Description
    List<string>

    SourceFullName

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

    Value

    Declaration
    [JsonConverter(typeof(ObjectJsonConverter))]
    public object Value { get; set; }
    Property Value
    Type Description
    object
    In this article
    Back to top Generated by DocFX