Interface IRoute
Inherited Members
System.IDisposable.Dispose()
Namespace: Experior.Interfaces
Assembly: Experior.Interfaces.dll
Syntax
public interface IRoute : IDisposable
Properties
Disposed
Declaration
bool Disposed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Visible
Declaration
bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
ClearLoads()
Declaration
void ClearLoads()