Class NavigationContext.Step
Represents a step in the navigation context.
Inherited Members
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 |