Navigation

Models navigation information

Namespace:
Inetdev.Navigation
Type:
Class
Public:
Yes
Protected:
No
Sealed:
Yes
Abstract:
No
Inherits from:
System.Object
Implements:
System.IEquatable{Inetdev.Navigation.Navigation}

Constructors

Navigation

Initializes a new instance of Navigation.

Signature:
public Void Navigation(name)
Parameters
Name Type Summary
name String Name of the navigation configuration.

Properties

Items

Navigation items.

Signature:
public List<NavigationItem> Items { get; set; }

Name

Navigation name.

Signature:
public String Name { get; set; }

Methods

Equals

Checks whether other is equals to this object.

Signature:
public Boolean Equals(other)
Returns

true if the objects are equals, otherwise false.

Parameters
Name Type Summary
other Navigation Other object to check.

Equals

Checks whether obj is equals to this object.

Signature:
public Boolean Equals(obj)
Returns

true if the objects are equals, otherwise false.

Parameters
Name Type Summary
obj Object Other object to check.

GetHashCode

Not required implemented to avoid warning.

Signature:
public Int32 GetHashCode()