Interface IEngine
Namespace: Experior.Interfaces
Assembly: Experior.Interfaces.dll
Syntax
public interface IEngine
Properties
Name
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
ShortName
Declaration
string ShortName { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Run()
Declaration
void Run()