Object Extensions Class
Provides extensions methods for objects.
Definition
Namespace: SphinxConnector.FluentApi.Util
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public static class ObjectExtensionsVB
<ExtensionAttribute>
Public NotInheritable Class ObjectExtensions- Inheritance
- Object ObjectExtensions
Methods
| InT(T, IEnumerableT) | Returns true if obj is equal to any of the other arguments. |
| InT(T, T) | Returns true if obj is equal to any of the other arguments. |
| InT(T, String) | Returns true if obj is equal to at least one of the elements of the user variable. |
| IntervalT(T, IEnumerableT) | Returns the index of the value that is less than obj. |
| IntervalT(T, T) | Returns the index of the value that is less than obj. |
| NotInT(T, IEnumerableT) | Returns true if obj is not equal to any of the other arguments. |
| NotInT(T, T) | Returns true if obj is not equal to any of the other arguments. |
| NotInT(T, String) | Returns true if obj is not equal to any of the elements of the user variable. |
| RemapT(T, ExpressionFuncInt32, IEnumerableInt32, IEnumerableInt32) | Allows you to make some exceptions of an expression value depending on condition values. |
| RemapT(T, ExpressionFuncSingle, IEnumerableInt32, IEnumerableSingle) | Allows you to make some exceptions of an expression value depending on condition values. |