Namespace: MbUnit.Core.Runs
Assembly: MbUnit.Framework (in MbUnit.Framework.dll)
Syntax
| C# | Visual Basic | Visual C++ |
public sealed class RunVertex : Vertex, IGraphSerializable
Public NotInheritable Class RunVertex _ Inherits Vertex _ Implements IGraphSerializable
public ref class RunVertex sealed : public Vertex, IGraphSerializable
Members
| All Members | Constructors | Properties | Methods | Explicit Interface Implementations |
| Member | Description | |
|---|---|---|
| RunVertex(Int32) | ||
| CompareTo(Vertex) | (Inherited from Vertex.) | |
| System#IComparable#CompareTo(Object) | (Inherited from Vertex.) | |
| Equals(Object) | (Inherited from Vertex.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | (Inherited from Vertex.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| HasRun | ||
| ID()()() | (Inherited from Vertex.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ReadGraphData(IGraphSerializationInfo) | (Inherited from Vertex.) | |
| Run | ||
| ToString()()() | (Inherited from Vertex.) | |
| ToString(IFormatProvider) | (Inherited from Vertex.) | |
| WriteGraphData(IGraphSerializationInfo) | (Inherited from Vertex.) |
Inheritance Hierarchy
See Also
MbUnit.Core.Runs Namespace