Class BehaviorsNotFoundEventArgs
Event arguments
Inherited Members
Namespace: SpiceSharp.Behaviors
Assembly: SpiceSharp.dll
Syntax
public class BehaviorsNotFoundEventArgs : EventArgs
Constructors
BehaviorsNotFoundEventArgs(string)
Initializes a new instance of the BehaviorsNotFoundEventArgs class.
Declaration
public BehaviorsNotFoundEventArgs(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The name. |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException | Thrown if |
Properties
Behaviors
Gets or sets the behaviors associated with the name.
Declaration
public IBehaviorContainer Behaviors { get; set; }
Property Value
| Type | Description |
|---|---|
| IBehaviorContainer | The behaviors. |
Name
Gets the name of the entity that has no behaviors.
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string | The name. |