ExpressionParserISubtractSignatures Interface |
[Missing <summary> documentation for "T:System.Linq.Dynamic.ExpressionParser.ISubtractSignatures"]
Namespace: System.Linq.DynamicAssembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntaxprivate interface ISubtractSignatures : ExpressionParserIAddSignatures,
ExpressionParserIArithmeticSignatures
Methods
| Name | Description |
---|
 | F(DateTime, TimeSpan) | (Inherited from ExpressionParserIAddSignatures.) |
 | F(NullableDateTime, NullableTimeSpan) | (Inherited from ExpressionParserIAddSignatures.) |
 | F(NullableTimeSpan, NullableTimeSpan) | (Inherited from ExpressionParserIAddSignatures.) |
 | F(TimeSpan, TimeSpan) | (Inherited from ExpressionParserIAddSignatures.) |
 | 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.) |
 | F(DateTime, DateTime) | |
 | F(NullableDateTime, NullableDateTime) | |
Top
See Also