Struct CeresGraphIdentifier
Identifier for ICeresGraphContainer instance
public struct CeresGraphIdentifier : IEquatable<CeresGraphIdentifier>
- Implements
- Inherited Members
Fields
boundObject
public Object boundObject
Field Value
containerType
public string containerType
Field Value
Methods
Equals(CeresGraphIdentifier)
public bool Equals(CeresGraphIdentifier other)
Parameters
otherCeresGraphIdentifier
Returns
Equals(object)
public override bool Equals(object obj)
Parameters
objobject
Returns
GetContainer<TContainer>()
Get ICeresGraphContainer from identifier
public TContainer GetContainer<TContainer>() where TContainer : class, ICeresGraphContainer
Returns
- TContainer
Type Parameters
TContainer
GetHashCode()
public override int GetHashCode()
Returns
IsValid()
public bool IsValid()
Returns
ToString()
public override string ToString()