Interface IGraphWithLegacyVariables
Inherited Members
Namespace: Ludiq.Bolt
Syntax
public interface IGraphWithLegacyVariables : IGraph, IObservableDisposable, IDisposable, IPrewarmable, ISerializationDepender, ISerializationDependency, ISerializationCallbackReceiver, IIdentifiable, INotifyPropertyChanged
Properties
legacyVariables
Declaration
VariableDeclarations legacyVariables { get; }
Property Value
| Type | Description |
|---|---|
| VariableDeclarations |
Methods
GetDynamicVariableNames(VariableKind, GraphReference)
Declaration
IEnumerable<string> GetDynamicVariableNames(VariableKind kind, GraphReference reference)
Parameters
| Type | Name | Description |
|---|---|---|
| VariableKind | kind | |
| GraphReference | reference |
Returns
| Type | Description |
|---|---|
| IEnumerable<String> |