DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ModuleListEdit.FormData

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

    Properties

    Controls

    Declaration
    public IEnumerable<ControlInfo> Controls { get; set; }
    Property Value
    Type Description
    IEnumerable<ControlInfo>

    Id

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

    IsWrite

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

    Label

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