Class StartWithConditionNode
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.Node
Assembly: Simplic.Flow.Node.dll
Syntax
public class StartWithConditionNode : ConditionNode
Properties
| Improve this Doc View SourceFriendlyName
Declaration
public override string FriendlyName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
| Improve this Doc View SourceName
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
| Improve this Doc View SourceCompare(IFlowRuntimeService, DataPinScope)
Declaration
protected override bool Compare(IFlowRuntimeService runtime, DataPinScope scope)
Parameters
Type | Name | Description |
---|---|---|
IFlowRuntimeService | runtime | |
DataPinScope | scope |
Returns
Type | Description |
---|---|
System.Boolean |