DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ModuleList.ListData.DataField

    Represents a data field in the list.

    Inheritance
    object
    ModuleList.ListData.DataField
    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 ModuleList.ListData.DataField

    Properties

    DataType

    Gets or sets the data type of the field.

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

    IsListed

    Gets or sets a value indicating whether the field is shown in list view.

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

    ListValues

    Gets or sets the list values for fields backed by a list source.

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

    Name

    Gets or sets the name of the data field.

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

    SectionName

    Gets or sets the section name the data field belongs to.

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

    Title

    Gets or sets the display title of the data field.

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