![]() | ObjectExtensions Class |
Namespace: SphinxConnector.FluentApi.Util
Name | Description | |
---|---|---|
![]() ![]() | In<T>(T, IEnumerable<T>) |
Returns true if obj is equal to any of the other arguments.
|
![]() ![]() | In<T>(T,T[]) |
Returns true if obj is equal to any of the other arguments.
|
![]() ![]() ![]() | In<T>(T, String) |
Returns true if obj is equal to at least one of the elements of the user variable.
|
![]() ![]() | Interval<T>(T, IEnumerable<T>) |
Returns the index of the value that is less than obj.
|
![]() ![]() | Interval<T>(T,T[]) |
Returns the index of the value that is less than obj.
|
![]() ![]() | NotIn<T>(T, IEnumerable<T>) |
Returns true if obj is not equal to any of the other arguments.
|
![]() ![]() | NotIn<T>(T,T[]) |
Returns true if obj is not equal to any of the other arguments.
|
![]() ![]() | NotIn<T>(T, String) |
Returns true if obj is not equal to any of the elements of the user variable.
|
![]() ![]() | Remap<T>(T, Expression<Func<Int32>>, IEnumerable<Int32>, IEnumerable<Int32>) |
Allows you to make some exceptions of an expression value depending on condition values.
|
![]() ![]() | Remap<T>(T, Expression<Func<Single>>, IEnumerable<Int32>, IEnumerable<Single>) |
Allows you to make some exceptions of an expression value depending on condition values.
|