StudyCrafterAssistant
|
Public Member Functions | |
BaseGraphNode (string id) | |
void | SetProperty (IProperty property) |
bool | TryGetProperty< T > (string propertyName, out T property) |
bool | HasProperty (string propertyName) |
T | GetProperty< T > (string name) |
override int | GetHashCode () |
bool | Equals (BaseGraphNode other) |
override bool | Equals (object obj) |
Static Public Member Functions | |
static bool | operator== (BaseGraphNode node, BaseGraphNode other) |
static bool | operator!= (BaseGraphNode node, BaseGraphNode other) |
Properties | |
string | ID [get, set] |
IPropertyDictionary | Properties [get] |
![]() | |
IPropertyDictionary | Properties [get] |