| FluentIterator Class |
Note: This API is now obsolete.
Namespace: Intuit.Ipp.LinqExtender.Fluent
[ObsoleteAttribute("Deprecated. Use QueryService->ExecuteIdsQuery")] public class FluentIterator : ExpressionVisitor
The FluentIterator type exposes the following members.
| Name | Description | |
|---|---|---|
| EachItem |
Gets fluent BucketItem collection.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Item(String) |
Gets a BucketItem for name
| |
| ItemT(ExpressionFuncT, Object) |
Gets BucketItem for a property.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Visit |
Visits expression and delegates call to different to branch.
(Inherited from ExpressionVisitor.) | |
| VisitBinary |
Visits the binary expression.
(Inherited from ExpressionVisitor.) | |
| VisitConstant |
Visits the constance expression. To be implemented by user.
(Inherited from ExpressionVisitor.) | |
| VisitLamda |
Visits the lambda expression.
(Inherited from ExpressionVisitor.) | |
| VisitMemberAccess |
Sets memberInfo to return Expression
(Overrides ExpressionVisitorVisitMemberAccess(MemberExpression).) | |
| VisitMethodCall |
Visits the method call expression.
(Inherited from ExpressionVisitor.) | |
| VisitNew |
Visits the new type expression.
(Inherited from ExpressionVisitor.) | |
| VisitUnary |
Visits the unary expression.
(Inherited from ExpressionVisitor.) |
| Name | Description | |
|---|---|---|
| CopyRecursive |
recursively copies object properties to destination.
(Defined by Utility.) |