Show / Hide Table of Contents

Interface INode

Inherited Members
System.IDisposable.Dispose()
ILabel.Position
Namespace: Experior.Core.Routes
Assembly: Experior.Interfaces.dll
Syntax
public interface INode : IDisposable, ILabel

Properties

Name

Declaration
string Name { get; }
Property Value
Type Description
System.String

Routing

Declaration
bool Routing { get; set; }
Property Value
Type Description
System.Boolean

Selected

Declaration
bool Selected { get; set; }
Property Value
Type Description
System.Boolean

User

Declaration
bool User { get; }
Property Value
Type Description
System.Boolean

UserData

Declaration
object UserData { get; set; }
Property Value
Type Description
System.Object

Visible

Declaration
bool Visible { get; set; }
Property Value
Type Description
System.Boolean

Methods

Reset()

Declaration
void Reset()

Select()

Declaration
void Select()
Back to top Generated by DocFX