Table of Contents

Struct CeresGraphIdentifier

Namespace
Ceres.Graph
Assembly
Ceres.Graph.dll

Identifier for ICeresGraphContainer instance

public struct CeresGraphIdentifier : IEquatable<CeresGraphIdentifier>
Implements
Inherited Members

Fields

boundObject

public Object boundObject

Field Value

Object

containerType

public string containerType

Field Value

string

Methods

Equals(CeresGraphIdentifier)

public bool Equals(CeresGraphIdentifier other)

Parameters

other CeresGraphIdentifier

Returns

bool

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

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

int

IsValid()

public bool IsValid()

Returns

bool

ToString()

public override string ToString()

Returns

string