DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ModuleListEdit.ListItem

    Inheritance
    object
    ModuleListEdit.ListItem
    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.ListItem

    Properties

    DataFields

    Declaration
    public List<ModuleListEdit.ListItem.DataField> DataFields { get; set; }
    Property Value
    Type Description
    List<ModuleListEdit.ListItem.DataField>

    FormValues

    Declaration
    public Dictionary<string, object> FormValues { get; set; }
    Property Value
    Type Description
    Dictionary<string, object>

    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

    ListWidgetValues

    Declaration
    public List<ModuleListEdit.ListItem.ListWidgetValue> ListWidgetValues { get; set; }
    Property Value
    Type Description
    List<ModuleListEdit.ListItem.ListWidgetValue>
    In this article
    Back to top Generated by DocFX