Show / Hide Table of Contents

Interface IElectricMotor

Inherited Members
IMotor.OnDirectionChanged
IMotor.OnEnableChanged
IMotor.OnSpeedChanged
IMotor.OnStarted
IMotor.OnStopped
IMotor.Arrows
IMotor.CurrentSpeed
IMotor.Direction
IMotor.Locked
IMotor.Running
IMotor.Speed
IMotor.Visible
IMotor.Add(IArrow)
IMotor.Backward()
IMotor.Forward()
IMotor.Remove(IArrow)
IMotor.Reset()
IMotor.Start()
IMotor.Stop()
IMotor.SwitchDirection()
IEntityNotification.Notification
IEntityNotification.Warning
IEntity.OnNameChanged
IEntity.EntityId
IEntity.Image
IEntity.ListSolutionExplorer
IEntity.Parent
System.IDisposable.Dispose()
Namespace: Experior.Interfaces
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
bool Error { get; }
Property Value
Type Description
System.Boolean

Name

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

On

Declaration
bool On { get; set; }
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
IElectricMotor Copy()
Returns
Type Description
IElectricMotor

DoubleClick()

Declaration
void DoubleClick()

KeyDown(Key)

Declaration
void KeyDown(Key key)
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
void ToggleVisibility()

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>
Back to top Generated by DocFX