Interface ISortFieldMappingBuilder<TEntity>
Assembly: WaCore.Crud.Utils.dll
Syntax
public interface ISortFieldMappingBuilder<TEntity>
Type Parameters
Properties
|
Improve this Doc
View Source
CaseSensitive
Declaration
bool CaseSensitive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
ForDtoSortField<TDto>(Expression<Func<TDto, Object>>)
Declaration
IFirstSortConfigurable<TEntity> ForDtoSortField<TDto>(Expression<Func<TDto, object>> expr)
Parameters
Type |
Name |
Description |
System.Linq.Expressions.Expression<System.Func<TDto, System.Object>> |
expr |
|
Returns
Type Parameters
|
Improve this Doc
View Source
ForSortField(String)
Declaration
IFirstSortConfigurable<TEntity> ForSortField(string sortField)
Parameters
Type |
Name |
Description |
System.String |
sortField |
|
Returns