Show / Hide Table of Contents

Interface IEntity<TContext>

Interface describing an entity that can provide behaviors to a ISimulation. It also declares that the entity will be providing a type of binding context to behaviors.

Namespace: SpiceSharp.Entities
Assembly: SpiceSharp.dll
Syntax
public interface IEntity<TContext>
    where TContext : IBindingContext
Type Parameters
Name Description
TContext

The type of binding context.

Extension Methods

Utility.ThrowIfNull<T>(T, String)

See Also

ICloneable
IParameterSetCollection
Back to top Generated by DocFX