Search Results for

    Show / Hide Table of Contents

    Class StartWithConditionNode

    Inheritance
    System.Object
    BaseNode
    ActionNode
    ConditionNode
    StartWithConditionNode
    Inherited Members
    ConditionNode.Execute(IFlowRuntimeService, DataPinScope)
    ConditionNode.OutNodeTrue
    ConditionNode.OutNodeFalse
    ConditionNode.OutNodeAny
    ConditionNode.InPinConditionA
    ConditionNode.InPinConditionB
    ConditionNode.OutPinBoolean
    BaseNode.Id
    BaseNode.CreateDataPins()
    BaseNode.CreateOutNode<T>(String, Guid, String, String, DataPinContainerType, Boolean, Object)
    BaseNode.CreateInNode<T>(String, Guid, String, String, DataPinContainerType, Boolean, Object)
    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 Source

    FriendlyName

    Declaration
    public override string FriendlyName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    ConditionNode.FriendlyName
    | Improve this Doc View Source

    Name

    Declaration
    public override string Name { get; }
    Property Value
    Type Description
    System.String
    Overrides
    BaseNode.Name

    Methods

    | Improve this Doc View Source

    Compare(IFlowRuntimeService, DataPinScope)

    Declaration
    protected override bool Compare(IFlowRuntimeService runtime, DataPinScope scope)
    Parameters
    Type Name Description
    IFlowRuntimeService runtime
    DataPinScope scope
    Returns
    Type Description
    System.Boolean
    Overrides
    ConditionNode.Compare(IFlowRuntimeService, DataPinScope)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx