Interface INode
Inherited Members
System.IDisposable.Dispose()
Assembly: Experior.Interfaces.dll
Syntax
public interface INode : IDisposable, ILabel
Properties
Name
Declaration
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
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
Select()
Declaration