Click or drag to resize
IClassGenerator Interface

Note: This API is now obsolete.

Entry point interface for ClassGenerator

Namespace:  Intuit.Ipp.LinqExtender.Abstraction
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 interface IClassGenerator

The IClassGenerator type exposes the following members.

Methods
  NameDescription
Public methodAddProperty
Adds properties to the dynamic type.
Public methodBuildDynamicAssembly
Builds the dynamic assembly.
Public methodCreateInstanceT
Creates a new instance of the dynamically generated type.
Public methodCreateType
Builds a type in the dynamic assembly, if already the type is not created.
Top
See Also