Click or drag to resize
Utility Class

Note: This API is now obsolete.

Defines various helper method used throughout the project.
Inheritance Hierarchy
SystemObject
  Intuit.Ipp.LinqExtenderUtility

Namespace:  Intuit.Ipp.LinqExtender
Assembly:  Intuit.Ipp.LinqExtender (in Intuit.Ipp.LinqExtender.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
[ObsoleteAttribute("Deprecated. Use QueryService->ExecuteIdsQuery")]
public static class Utility

The Utility type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCombine
tries to combine the values for a give a type . Ex User defined clasee and its properties.
Public methodStatic memberCopyRecursive
recursively copies object properties to destination.
Public methodStatic memberInvokeMethod
Invokes the specific method on the target
Top
See Also