Click or drag to resize
Intuit.Ipp.LinqExtender Namespace
Intuit.Ipp.DataService has public methods to call Intuit Data Services and The assembly has methods for all CRUD (Add, Update, FindById, FindAll and Delete) operations and also has features to query QBO entities.
Classes
  ClassDescription
Public classBucket Obsolete.
Bucket is stuctured representation of the orignal query object.
Public classBucketGroupByContainer
Contains the group by detail.
Public classBucketNotInfo
Public classBucketOrderByInfo
The Filled up with query order by information.
Public classBucketSelectInfo
Public classBucketItem Obsolete.
Contains the detail for quried or valued items.
Public classBucketItemExtenderMethod
Cotains the detail of the method used in query.
Public classBucketItemQueryCondition
Represents the conditioal operators and its compared values for where clause.
Public classExpressionVisitor Obsolete.
Expression visitor
Public classMemberReference Obsolete.
Wraps and extends the MemberInfo instance.
Public classMethodCall Obsolete.
Public classMethodCallParameter
Public classProviderException Obsolete.
Custom extender expection class.
Public classQueryT Obsolete.
Entry class for LINQ provider. Containter of the virtual methods that will be invoked on select, intsert, update, remove or get calls.
Public classQueryable Obsolete.
Defines various operations that extend the LINQ query.
Public classQueryItemComparerT Obsolete.
Compares two query object
Public classQueryObject Obsolete.
Defines a query object.
Public classQueryObjectT Obsolete.
Query object implemenatation.
Public classTypeReference Obsolete.
Wrapper over a system type.
Public classUtility Obsolete.
Defines various helper method used throughout the project.
Interfaces
Enumerations
  EnumerationDescription
Public enumerationBinaryOperator Obsolete.
Represents the relational query operator equavalent.
Public enumerationCodeType Obsolete.
Defines Different types of code entries
Public enumerationLogicalOperator Obsolete.
Type of operator used in where clause.