Class SpecimenBuilderNodeEventArgs
Event arguments concerning an ISpecimenBuilderNode instance.
Inheritance
System.Object
System.EventArgs
SpecimenBuilderNodeEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AutoFixture
Assembly: AutoFixture.dll
Syntax
public class SpecimenBuilderNodeEventArgs : EventArgs
Constructors
| Improve this Doc View SourceSpecimenBuilderNodeEventArgs(ISpecimenBuilderNode)
Initializes a new instance of the SpecimenBuilderNodeEventArgs class.
Declaration
public SpecimenBuilderNodeEventArgs(ISpecimenBuilderNode graph)
Parameters
Type | Name | Description |
---|---|---|
ISpecimenBuilderNode | graph | The graph associated with an event. |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException | graph. |
Properties
| Improve this Doc View SourceGraph
Gets the graph associated with an event.
Declaration
public ISpecimenBuilderNode Graph { get; }
Property Value
Type | Description |
---|---|
ISpecimenBuilderNode |