Class NodeConfiguration
Inheritance
System.Object
NodeConfiguration
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()
Namespace: Simplic.Flow.Configuration
Assembly: Simplic.Flow.Configuration.dll
Syntax
public class NodeConfiguration
Properties
| Improve this Doc View SourceClassName
Declaration
public string ClassName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Height
Declaration
public double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsStartEvent
Declaration
public bool IsStartEvent { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
NodeType
Declaration
public string NodeType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Pins
Declaration
public List<NodePinConfiguration> Pins { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NodePinConfiguration> |
PositionX
Declaration
public double PositionX { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PositionY
Declaration
public double PositionY { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
UserNotes
Gets or sets the user notes.
Declaration
public string UserNotes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Width
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |