DataWeb
Search Results for

    Show / Hide Table of Contents

    Class NavigationContext.Step

    Represents a step in the navigation context.

    Inheritance
    object
    NavigationContext.Step
    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 NavigationContext.Step

    Properties

    ElementList

    The element list of the step.

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

    IdMaster

    Gets or sets the unique identifier.

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

    IsHidden

    A flag indicating whether the step is hidden.

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

    Item

    The item of the step.

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

    Section

    The section of the step.

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

    SectionName

    The section name of the step.

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