Interface IGraphElement
  
  
  
  
  
  
  Syntax
  
    [RenamedFrom("Ludiq.IGraphElement")]
public interface IGraphElement : IGraphChild, IObservableDisposable, IDisposable, INotifiedCollectionChild<IGraph>, ICollectionChild<IGraph>, IPrewarmable, IIdentifiable, INotifyPropertyChanged
   
  Properties
  
  
  
  
  dependencyOrder
  
  
  Declaration
  
    int dependencyOrder { get; }
   
  Property Value
  
  
  
  
  deserializationDependencies
  
  
  Declaration
  
    IEnumerable<ISerializationDependency> deserializationDependencies { get; }
   
  Property Value
  
  
  
  
  guid
  
  
  Declaration
  
  Property Value
  
  
  
  
  modules
  
  
  Declaration
  
    GraphElementModuleMergedCollection modules { get; }
   
  Property Value
  
  
  
  
  requiresInstantiation
  
  
  Declaration
  
    bool requiresInstantiation { get; }
   
  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