Class FlowGraphVariable
  
Inheritance
FlowGraphVariable
 
Syntax
public sealed class FlowGraphVariable : INotifyPropertyChanged, INotifiedCollectionChild<FlowGraph>, ICollectionChild<FlowGraph>
 
Properties
  
defaultValue
Declaration
[DoNotSerialize]
[InspectorLabel("Default")]
public object defaultValue { get; set; }
 
Property Value
guid
Declaration
[DoNotSerialize]
public Guid guid { get; set; }
 
Property Value
IsDisposed
Declaration
[DoNotSerialize]
public bool IsDisposed { get; }
 
Property Value
name
Declaration
[DoNotSerialize]
[InspectorPlaceholderLabel("(Name)")]
public string name { get; set; }
 
Property Value
parentGraph
Declaration
[DoNotSerialize]
public FlowGraph parentGraph { get; }
 
Property Value
summary
Declaration
[DoNotSerialize]
public string summary { get; set; }
 
Property Value
type
Declaration
[DoNotSerialize]
public HybridType type { get; set; }
 
Property Value
Methods
  
Dispose()
Declaration
ToString()
Declaration
public override string ToString()
 
Returns
Events
  
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
 
Event Type
| Type | 
Description | 
| PropertyChangedEventHandler | 
 | 
Explicit Interface Implementations
  
ICollectionChild<FlowGraph>.parent
Declaration
FlowGraph ICollectionChild<FlowGraph>.parent { get; set; }
 
Returns
Implements
INotifiedCollectionChild<FlowGraph>.AfterAdd(FlowGraph)
Declaration
void INotifiedCollectionChild<FlowGraph>.AfterAdd(FlowGraph graph)
 
Parameters
Implements
INotifiedCollectionChild<FlowGraph>.AfterRemove(FlowGraph)
Declaration
void INotifiedCollectionChild<FlowGraph>.AfterRemove(FlowGraph graph)
 
Parameters
Implements
INotifiedCollectionChild<FlowGraph>.BeforeAdd(FlowGraph)
Declaration
void INotifiedCollectionChild<FlowGraph>.BeforeAdd(FlowGraph graph)
 
Parameters
Implements
INotifiedCollectionChild<FlowGraph>.BeforeRemove(FlowGraph)
Declaration
void INotifiedCollectionChild<FlowGraph>.BeforeRemove(FlowGraph graph)
 
Parameters
Implements
Extension Methods