DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ModuleList.DeferredItem

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

    Properties

    IdMaster

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

    ListWidgetValues

    Declaration
    public List<ModuleList.DeferredItem.ListWidgetValue> ListWidgetValues { get; set; }
    Property Value
    Type Description
    List<ModuleList.DeferredItem.ListWidgetValue>

    Localizations

    Declaration
    public IEnumerable<string> Localizations { get; set; }
    Property Value
    Type Description
    IEnumerable<string>

    PreviewCount

    Declaration
    public long PreviewCount { get; set; }
    Property Value
    Type Description
    long

    RelationCount

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