C# Class Smrf.NodeXL.UnitTests.MockVertex

Implements IVertex for testing.
Inheritance: IVertex
Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Свойство Type Description
m_oParentGraph IGraph

Méthodes publiques

Méthode Description
Clone ( System.Boolean setMetadataValues, System.Boolean setTag ) : IVertex
ContainsKey ( String key ) : System.Boolean
GetConnectingEdges ( IVertex otherVertex ) : ICollection
GetRequiredValue ( String key, Type valueType ) : Object
GetValue ( String key ) : Object
GetValue ( String key, Type valueType ) : Object
IsIncidentEdge ( IEdge edge ) : System.Boolean
IsIncomingEdge ( IEdge edge ) : System.Boolean
IsOutgoingEdge ( IEdge edge ) : System.Boolean
MockVertex ( ) : System
RemoveKey ( String key ) : System.Boolean
SetValue ( String key, Object value ) : void
ToString ( ) : String
ToString ( String format ) : String
ToString ( String format, IFormatProvider formatProvider ) : String
TryGetNonEmptyStringValue ( String key, String &value ) : System.Boolean
TryGetValue ( String key, Object &value ) : System.Boolean
TryGetValue ( String key, Type valueType, Object &value ) : System.Boolean

Method Details

Clone() public méthode

public Clone ( System.Boolean setMetadataValues, System.Boolean setTag ) : IVertex
setMetadataValues System.Boolean
setTag System.Boolean
Résultat IVertex

ContainsKey() public méthode

public ContainsKey ( String key ) : System.Boolean
key String
Résultat System.Boolean

GetConnectingEdges() public méthode

public GetConnectingEdges ( IVertex otherVertex ) : ICollection
otherVertex IVertex
Résultat ICollection

GetRequiredValue() public méthode

public GetRequiredValue ( String key, Type valueType ) : Object
key String
valueType System.Type
Résultat Object

GetValue() public méthode

public GetValue ( String key ) : Object
key String
Résultat Object

GetValue() public méthode

public GetValue ( String key, Type valueType ) : Object
key String
valueType System.Type
Résultat Object

IsIncidentEdge() public méthode

public IsIncidentEdge ( IEdge edge ) : System.Boolean
edge IEdge
Résultat System.Boolean

IsIncomingEdge() public méthode

public IsIncomingEdge ( IEdge edge ) : System.Boolean
edge IEdge
Résultat System.Boolean

IsOutgoingEdge() public méthode

public IsOutgoingEdge ( IEdge edge ) : System.Boolean
edge IEdge
Résultat System.Boolean

MockVertex() public méthode

public MockVertex ( ) : System
Résultat System

RemoveKey() public méthode

public RemoveKey ( String key ) : System.Boolean
key String
Résultat System.Boolean

SetValue() public méthode

public SetValue ( String key, Object value ) : void
key String
value Object
Résultat void

ToString() public méthode

public ToString ( ) : String
Résultat String

ToString() public méthode

public ToString ( String format ) : String
format String
Résultat String

ToString() public méthode

public ToString ( String format, IFormatProvider formatProvider ) : String
format String
formatProvider IFormatProvider
Résultat String

TryGetNonEmptyStringValue() public méthode

public TryGetNonEmptyStringValue ( String key, String &value ) : System.Boolean
key String
value String
Résultat System.Boolean

TryGetValue() public méthode

public TryGetValue ( String key, Object &value ) : System.Boolean
key String
value Object
Résultat System.Boolean

TryGetValue() public méthode

public TryGetValue ( String key, Type valueType, Object &value ) : System.Boolean
key String
valueType System.Type
value Object
Résultat System.Boolean

Property Details

m_oParentGraph protected_oe property

protected IGraph m_oParentGraph
Résultat IGraph