Class ClassGraphContext
Inherited Members
Namespace: Ludiq.Bolt
Syntax
public abstract class ClassGraphContext : GraphContext, IGraphContext, IDisposable
Constructors
ClassGraphContext(GraphReference)
Declaration
protected ClassGraphContext(GraphReference reference)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphReference | reference |
Properties
class
Declaration
public BoltClass class { get; }
Property Value
| Type | Description |
|---|---|
| BoltClass |
Methods
RecordUndo(String)
Declaration
public override void RecordUndo(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| String | name |