Click or drag to resize

ObjectExtensions Class

Provides extensions methods for objects.
Inheritance Hierarchy
System.Object
  SphinxConnector.FluentApi.Util.ObjectExtensions

Namespace:  SphinxConnector.FluentApi.Util
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntax
public static class ObjectExtensions
Methods
  NameDescription
Public methodStatic memberIn<T>(T, IEnumerable<T>)
Returns true if obj is equal to any of the other arguments.
Public methodStatic memberIn<T>(T,T[])
Returns true if obj is equal to any of the other arguments.
Public methodStatic memberCode exampleIn<T>(T, String)
Returns true if obj is equal to at least one of the elements of the user variable.
Public methodStatic memberInterval<T>(T, IEnumerable<T>)
Returns the index of the value that is less than obj.
Public methodStatic memberInterval<T>(T,T[])
Returns the index of the value that is less than obj.
Public methodStatic memberNotIn<T>(T, IEnumerable<T>)
Returns true if obj is not equal to any of the other arguments.
Public methodStatic memberNotIn<T>(T,T[])
Returns true if obj is not equal to any of the other arguments.
Public methodStatic memberNotIn<T>(T, String)
Returns true if obj is not equal to any of the elements of the user variable.
Public methodStatic memberRemap<T>(T, Expression<Func<Int32>>, IEnumerable<Int32>, IEnumerable<Int32>)
Allows you to make some exceptions of an expression value depending on condition values.
Public methodStatic memberRemap<T>(T, Expression<Func<Single>>, IEnumerable<Int32>, IEnumerable<Single>)
Allows you to make some exceptions of an expression value depending on condition values.
Top
See Also