Class PushEachOptionsBuilder<TValue>
A fluent builder for PushEachOptions.
public class PushEachOptionsBuilder<TValue>Type Parameters
- TValue
- The type of the value. 
- Inheritance
- 
      
      PushEachOptionsBuilder<TValue>
- Inherited Members
- Extension Methods
Methods
- Build()
- Builds the PushEachArgs. 
- Position(int)
- Specifies the position for the array. 
- Slice(int)
- Specifies a slice for the array. 
- SortAscending(params Expression<Func<TValue, object>>[])
- Sorts the array in ascending order. 
- SortDescending(params Expression<Func<TValue, object>>[])
- Sorts the array in descending order.