DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ContextItemInfo

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

    Properties

    DataFields

    Declaration
    public IEnumerable<ContextItemInfo.DataField> DataFields { get; set; }
    Property Value
    Type Description
    IEnumerable<ContextItemInfo.DataField>

    IdMaster

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

    IsCompleted

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

    Label

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

    ListWidgetValues

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

    Localizations

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

    Nav

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

    Permissions

    Declaration
    public ContextItemInfo.PermissionData Permissions { get; set; }
    Property Value
    Type Description
    ContextItemInfo.PermissionData

    PreviewCount

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

    RelationCount

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

    Status

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