Class SystemStringCompareOrdinal_String_Int32_String_Int32_Int32
Inheritance
System.Object
SystemStringCompareOrdinal_String_Int32_String_Int32_Int32
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.Node.dll
Syntax
public class SystemStringCompareOrdinal_String_Int32_String_Int32_Int32 : ActionNode
Properties
|
Improve this Doc
View Source
FriendlyName
Declaration
public override string FriendlyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
InPinIndexA
Declaration
public DataPin InPinIndexA { get; set; }
Property Value
|
Improve this Doc
View Source
InPinIndexB
Declaration
public DataPin InPinIndexB { get; set; }
Property Value
|
Improve this Doc
View Source
InPinLength
Declaration
public DataPin InPinLength { get; set; }
Property Value
|
Improve this Doc
View Source
InPinStrA
Declaration
public DataPin InPinStrA { get; set; }
Property Value
|
Improve this Doc
View Source
InPinStrB
Declaration
public DataPin InPinStrB { get; set; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
public override string Name { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
OutNodeFailed
Declaration
public ActionNode OutNodeFailed { get; set; }
Property Value
|
Improve this Doc
View Source
OutNodeSuccess
Declaration
public ActionNode OutNodeSuccess { get; set; }
Property Value
|
Improve this Doc
View Source
OutPinReturn
Declaration
public DataPin OutPinReturn { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Execute(IFlowRuntimeService, DataPinScope)
Declaration
public override bool Execute(IFlowRuntimeService runtime, DataPinScope scope)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides