Class OutputParametersEntryRegistry
Inheritance
System.Object
OutputParametersEntryRegistry
Syntax
public class OutputParametersEntryRegistry : ParametersEntryRegistry, IEntryRegistry
Constructors
OutputParametersEntryRegistry(ScriptGraphParameters)
Declaration
public OutputParametersEntryRegistry(ScriptGraphParameters parameters)
Parameters
Properties
GroupTitle
Declaration
protected override string GroupTitle { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Methods
GetEntryData(IEnumerable<Type>, String)
Declaration
protected override EntryData GetEntryData(IEnumerable<Type> portTypes, string parameterId)
Parameters
Type |
Name |
Description |
IEnumerable<Type> |
portTypes |
|
System.String |
parameterId |
|
Returns
Overrides
Implements