Class FlowGraphVariableUnitFilter<TUnit>
Inheritance
Filter<TUnit>
GraphElementFilter<TUnit>
UnitFilter<TUnit>
FlowGraphVariableUnitFilter<TUnit>
Inherited Members
Namespace: Ludiq.Bolt
Syntax
public class FlowGraphVariableUnitFilter<TUnit> : UnitFilter<TUnit>, IFilter where TUnit : FlowGraphVariableUnit
Type Parameters
| Name | Description |
|---|---|
| TUnit |
Constructors
FlowGraphVariableUnitFilter(TUnit)
Declaration
public FlowGraphVariableUnitFilter(TUnit target)
Parameters
| Type | Name | Description |
|---|---|---|
| TUnit | target |
Properties
typeLabels
Declaration
protected override IEnumerable<string> typeLabels { get; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<String> |
Overrides
Ludiq.Filter<TUnit>.typeLabels