Class JsonNodeDefinition
Inheritance
System.Object
JsonNodeDefinition
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Simplic.Flow.NodeGenerator.dll
Syntax
public class JsonNodeDefinition
Properties
|
Improve this Doc
View Source
Category
Declaration
public string Category { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
InDataPins
Declaration
public IList<DataPinDefinition> InDataPins { get; set; }
Property Value
|
Improve this Doc
View Source
InFlowPins
Declaration
public IList<FlowPinDefinition> InFlowPins { get; set; }
Property Value
|
Improve this Doc
View Source
MethodName
Declaration
public string MethodName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Namespace
Declaration
public string Namespace { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
OutDataPins
Declaration
public IList<DataPinDefinition> OutDataPins { get; set; }
Property Value
|
Improve this Doc
View Source
OutFlowPins
Declaration
public IList<FlowPinDefinition> OutFlowPins { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string ToolTip { get; set; }
Property Value
Type |
Description |
System.String |
|