IClassGenerator Interface |
Note: This API is now obsolete.
Namespace: Intuit.Ipp.LinqExtender.Abstraction
[ObsoleteAttribute("Deprecated. Use QueryService->ExecuteIdsQuery")] public interface IClassGenerator
The IClassGenerator type exposes the following members.
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.
|