DataWeb
Search Results for

    Show / Hide Table of Contents

    Class NavigationContextInfo

    Inheritance
    object
    NavigationContextInfo
    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 NavigationContextInfo

    Properties

    Element

    Declaration
    public ElementInfo Element { get; set; }
    Property Value
    Type Description
    ElementInfo

    ErrorCode

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

    IsElementFirstSection

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

    IsNavigationValid

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

    Item

    Declaration
    public ItemInfo Item { get; set; }
    Property Value
    Type Description
    ItemInfo

    Nav

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

    Permissions

    Declaration
    public NavigationContextInfo.ContextPermissions Permissions { get; set; }
    Property Value
    Type Description
    NavigationContextInfo.ContextPermissions

    RootIdMaster

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

    Section

    Declaration
    public SectionInfo Section { get; set; }
    Property Value
    Type Description
    SectionInfo

    StatusOptions

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

    Steps

    Declaration
    public List<NavigationContextInfo.Step> Steps { get; set; }
    Property Value
    Type Description
    List<NavigationContextInfo.Step>

    View

    Declaration
    public ViewInfo View { get; set; }
    Property Value
    Type Description
    ViewInfo

    Views

    Declaration
    public List<ViewInfo> Views { get; set; }
    Property Value
    Type Description
    List<ViewInfo>

    VoidId

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

    VoidIdMaster

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