| ExpressionParserIAddSignatures Interface | 
[Missing <summary> documentation for "T:System.Linq.Dynamic.ExpressionParser.IAddSignatures"]
 
Namespace: System.Linq.DynamicAssembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
 Syntax
Syntaxprivate interface IAddSignatures : ExpressionParserIArithmeticSignatures
 Methods
Methods|  | Name | Description | 
|---|
|  | F(DateTime, TimeSpan) |  | 
|  | F(NullableDateTime, NullableTimeSpan) |  | 
|  | F(NullableTimeSpan, NullableTimeSpan) |  | 
|  | F(TimeSpan, TimeSpan) |  | 
|  | F(Decimal, Decimal) | (Inherited from ExpressionParserIArithmeticSignatures.) | 
|  | F(Double, Double) | (Inherited from ExpressionParserIArithmeticSignatures.) | 
|  | F(Int32, Int32) | (Inherited from ExpressionParserIArithmeticSignatures.) | 
|  | F(Int64, Int64) | (Inherited from ExpressionParserIArithmeticSignatures.) | 
|  | F(NullableDecimal, NullableDecimal) | (Inherited from ExpressionParserIArithmeticSignatures.) | 
|  | F(NullableDouble, NullableDouble) | (Inherited from ExpressionParserIArithmeticSignatures.) | 
|  | F(NullableInt32, NullableInt32) | (Inherited from ExpressionParserIArithmeticSignatures.) | 
|  | F(NullableInt64, NullableInt64) | (Inherited from ExpressionParserIArithmeticSignatures.) | 
|  | F(NullableSingle, NullableSingle) | (Inherited from ExpressionParserIArithmeticSignatures.) | 
|  | F(NullableUInt32, NullableUInt32) | (Inherited from ExpressionParserIArithmeticSignatures.) | 
|  | F(NullableUInt64, NullableUInt64) | (Inherited from ExpressionParserIArithmeticSignatures.) | 
|  | F(Single, Single) | (Inherited from ExpressionParserIArithmeticSignatures.) | 
|  | F(UInt32, UInt32) | (Inherited from ExpressionParserIArithmeticSignatures.) | 
|  | F(UInt64, UInt64) | (Inherited from ExpressionParserIArithmeticSignatures.) | 
Top See Also
See Also