Interface IGraphElement
Syntax
public interface IGraphElement : IGraphItem, INotifiedCollectionItem, IDisposable, IPrewarmable, IAotStubbable, IIdentifiable
Properties
dependencyOrder
Declaration
int dependencyOrder { get; }
Property Value
deserializationDependencies
Declaration
IEnumerable<ISerializationDependency> deserializationDependencies { get; }
Property Value
graph
Declaration
IGraph graph { get; set; }
Property Value
guid
Declaration
Property Value
Methods
HandleDependencies()
Declaration
bool HandleDependencies()
Returns
Instantiate(GraphReference)
Declaration
void Instantiate(GraphReference instance)
Parameters
Uninstantiate(GraphReference)
Declaration
void Uninstantiate(GraphReference instance)
Parameters
Extension Methods