Class LinkConfiguration
Inheritance
System.Object
LinkConfiguration
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 LinkConfiguration
Properties
| Improve this Doc View SourceFrom
Declaration
public Link From { get; set; }
Property Value
Type | Description |
---|---|
Link |
To
Declaration
public Link To { get; set; }
Property Value
Type | Description |
---|---|
Link |