LinqExtensions Class |
Namespace: Aloe.SystemFrameworks.Domain.LINQ
The LinqExtensions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | DomainEqual |
If the objects are DomainObject this method uses == operator.
|
![]() ![]() | EqualNull |
Returns true if the object is equal to the value or the object is null.
|
![]() ![]() | GreaterEqualNull |
Returns true if the object is greater than or equal to the value or the object is null.
|
![]() ![]() | In(Guid, IEnumerable) |
Returns true if list contains the specified id. Primarily intended for use inside IQueryable/IEnumerable queries
|
![]() ![]() | In(NullableGuid, IEnumerable) |
Returns true if list contains the specified id. Primarily intended for use inside IQueryable/IEnumerable queries
|
![]() ![]() | In(Object, IEnumerable) |
Returns true if list contains the specified object. Primarily intended for use inside IQueryable/IEnumerable queries
|
![]() ![]() | LessEqualNull |
Returns true if the object is less than or equal to the value or the object is null.
|
![]() ![]() | Like |
Returns a bool indicating whether the string mathes the given like pattern (use '%' for wildchar)
|
![]() ![]() | PreloadTSource(IEnumerableTSource) |
Preloads the full object state for all objects in source.
|
![]() ![]() | PreloadTSource(IEnumerableTSource, ILazyProperty) |
Preloads the value of the specified lazy property for the objects in the sequence.
|
![]() ![]() | PreloadTSource, TResult(IEnumerableTSource, ExpressionFuncTSource, TResult) |
Preloads the full object state for all objects returned by applying the expression to each element in source.
This is still a research method, which will be renamed later to .Preload().
|