< All Topics
IEntity
Posted
Updated
ByXcelgo
IEntity is an interface for a model entity that is typically shown in the Solution Explorer and has a Name, EntityId and properties to enable/disable itself and indicate whether it is selected and whether it can be deleted.
It also contains a getter property to indicate the parent of the entity.
Typical classes that implement the IEntity interface are
Experior.Core.Assemblies.Assembly,
Experior.Core.Motors.Electric,
Experior.Core.Communication.PLC.Input,
Experior.Core.Communication.PLC.Output.