Interface IElectricMotor
Inherited Members
System.IDisposable.Dispose()
Assembly: Experior.Interfaces.dll
Syntax
public interface IElectricMotor : IMotor, IEntityNotification, IEntity, IDisposable
Properties
CurrentDirection
Declaration
int CurrentDirection { get; }
Property Value
Type |
Description |
System.Int32 |
|
Embedded
Declaration
bool Embedded { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Enabled
Declaration
bool Enabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Entities
Declaration
IList<IEntity> Entities { get; }
Property Value
Type |
Description |
System.Collections.Generic.IList<IEntity> |
|
Error
Declaration
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
Property Value
Type |
Description |
System.String |
|
On
Declaration
Property Value
Type |
Description |
System.Boolean |
|
Selectable
Declaration
bool Selectable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Selected
Declaration
bool Selected { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
UsingONSwitch
Declaration
bool UsingONSwitch { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
Copy()
Declaration
Returns
DoubleClick()
Declaration
Declaration
Parameters
Type |
Name |
Description |
System.Windows.Input.Key |
key |
|
Step(Single)
Declaration
void Step(float deltatime)
Parameters
Type |
Name |
Description |
System.Single |
deltatime |
|
ToggleVisibility()
Declaration
Events
OnBeginStart
Declaration
event EventHandler OnBeginStart
Event Type
Type |
Description |
System.EventHandler |
|
OnBeginStop
Declaration
event EventHandler OnBeginStop
Event Type
Type |
Description |
System.EventHandler |
|
OnDisposed
Declaration
event EventHandler OnDisposed
Event Type
Type |
Description |
System.EventHandler |
|
OnEmbeddedChanged
Declaration
event EventHandler<bool> OnEmbeddedChanged
Event Type
Type |
Description |
System.EventHandler<System.Boolean> |
|