Interface IBehavior
Contract for a behavior.
Inherited Members
Namespace: SpiceSharp.Behaviors
Assembly: SpiceSharp.dll
Syntax
public interface IBehavior : IParameterSetCollection, IParameterSet
Properties
Name
Gets the name of the behavior.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string | The name of the behavior. |
Remarks
This is typically the name of the entity that created it.