DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ModuleList.DeferredItem

    Represents an item whose list widget values are resolved asynchronously.

    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

    Gets or sets the unique identifier of the item.

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

    ListWidgetValues

    Gets or sets the deferred list widget values.

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

    Localizations

    Gets or sets the available culture localizations for this item.

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

    PreviewCount

    Gets or sets the number of preview versions.

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

    RelationCount

    Gets or sets the number of related items.

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