C# Class Smrf.NodeXL.Core.GraphVertexEdgeBase

Base class for the Graph, Vertex, and classes.
This base class implements the IIdentityProvider and interfaces.
Inheritance: NodeXLBase, IIdentityProvider, IMetadataProvider
Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Свойство Type Description
m_iID System.Int32
m_oMetadataProvider MetadataProvider
m_sName String

Méthodes publiques

Méthode Description
AssertValid ( ) : void
ContainsKey ( String key ) : System.Boolean
GetRequiredValue ( String key, Type valueType ) : Object
GetValue ( String key ) : Object
GetValue ( String key, Type valueType ) : Object
GraphVertexEdgeBase ( Int32 id ) : System

Initializes a new instance of the GraphVertexEdgeBase class.

RemoveKey ( String key ) : System.Boolean
SetValue ( String key, Object value ) : void
ToString ( ) : String
TryGetNonEmptyStringValue ( String key, String &value ) : System.Boolean
TryGetValue ( String key, Object &value ) : System.Boolean
TryGetValue ( String key, Type valueType, Object &value ) : System.Boolean

Méthodes protégées

Méthode Description
CheckClientKey ( String sMethodName, String sKey ) : void
CopyTo ( Object oOtherObject, System.Boolean bCopyMetadataValues, System.Boolean bCopyTag ) : void
GetValue ( String sMethodName, String sKey, System.Boolean bCheckValueType, Type oValueType, Object &oValue ) : System.Boolean

Method Details

AssertValid() public méthode

public AssertValid ( ) : void
Résultat void

CheckClientKey() protected méthode

protected CheckClientKey ( String sMethodName, String sKey ) : void
sMethodName String
sKey String
Résultat void

ContainsKey() public méthode

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

CopyTo() protected méthode

protected CopyTo ( Object oOtherObject, System.Boolean bCopyMetadataValues, System.Boolean bCopyTag ) : void
oOtherObject Object
bCopyMetadataValues System.Boolean
bCopyTag System.Boolean
Résultat void

GetRequiredValue() public méthode

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

GetValue() protected méthode

protected GetValue ( String sMethodName, String sKey, System.Boolean bCheckValueType, Type oValueType, Object &oValue ) : System.Boolean
sMethodName String
sKey String
bCheckValueType System.Boolean
oValueType System.Type
oValue Object
Résultat System.Boolean

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

GraphVertexEdgeBase() public méthode

Initializes a new instance of the GraphVertexEdgeBase class.
public GraphVertexEdgeBase ( Int32 id ) : System
id System.Int32 /// The object's ID. Must be unique among all objects of the same type. ///
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

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_iID protected_oe property

protected Int32,System m_iID
Résultat System.Int32

m_oMetadataProvider protected_oe property

protected MetadataProvider m_oMetadataProvider
Résultat MetadataProvider

m_sName protected_oe property

protected String m_sName
Résultat String