Class SystemDateTimeTryParse_String_IFormatProvider_DateTimeStyles_DateTime_
Inheritance
System.Object
SystemDateTimeTryParse_String_IFormatProvider_DateTimeStyles_DateTime_
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
public class SystemDateTimeTryParse_String_IFormatProvider_DateTimeStyles_DateTime_ : ActionNode
Properties
|
Improve this Doc
View Source
Declaration
public override string FriendlyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
Declaration
public DataPin InPinProvider { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public DataPin InPinS { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public DataPin InPinStyles { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public override string Name { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
Declaration
public ActionNode OutNodeFailed { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public ActionNode OutNodeFalse { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public ActionNode OutNodeSuccess { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public ActionNode OutNodeTrue { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public DataPin OutParameterPinResult { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public DataPin OutPinReturn { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public override bool Execute(IFlowRuntimeService runtime, DataPinScope scope)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides