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 Public method  Properties Public property  Methods Public method  Explicit Interface Implementations Explicit interface implemetation 
 Public

 Protected
 Instance

 Static Static member
 Declared

 Inherited
 XNA Framework Only Supported by the XNA Framework

 .NET Compact Framework Only Supported by the .NET Compact Framework

 MemberDescription
Public methodRunVertex(Int32)
Public methodCompareTo(Vertex) (Inherited from Vertex.)
Explicit interface implemetationPrivate methodSystem#IComparable#CompareTo(Object) (Inherited from Vertex.)
Public methodEquals(Object) (Inherited from Vertex.)
Protected methodFinalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode()()() (Inherited from Vertex.)
Public methodGetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Public propertyHasRun
Public propertyID()()() (Inherited from Vertex.)
Protected methodMemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReadGraphData(IGraphSerializationInfo) (Inherited from Vertex.)
Public propertyRun
Public methodToString()()() (Inherited from Vertex.)
Public methodToString(IFormatProvider) (Inherited from Vertex.)
Public methodWriteGraphData(IGraphSerializationInfo) (Inherited from Vertex.)

Inheritance Hierarchy

System..::.Object
  Vertex
    MbUnit.Core.Runs..::.RunVertex

See Also