| IClassGenerator Interface | 
Note: This API is now obsolete.
Namespace: Intuit.Ipp.LinqExtender.Abstraction
 Syntax
Syntax[ObsoleteAttribute("Deprecated. Use QueryService->ExecuteIdsQuery")] public interface IClassGenerator
The IClassGenerator type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AddProperty | 
            Adds properties to the dynamic type.
             | 
|  | BuildDynamicAssembly | 
            Builds the dynamic assembly.
             | 
|  | CreateInstanceT | 
            Creates a new instance of the dynamically generated type.
             | 
|  | CreateType | 
            Builds a type in the dynamic assembly, if already the type is not created.
             | 
 See Also
See Also