Interface IEntity
Describes all entities with a unique identifier
Namespace: Mars.Interfaces.Agents
Assembly: Mars.Interfaces.dll
Syntax
public interface IEntity : IModelObject
Properties
| Improve this Doc View SourceID
The entity global ID. Will be unique across the whole simulation.
Use this to resolve the concrete instance over the respective entity layer.
Declaration
Guid ID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |