DataProjectorToCustomClassT Class |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
The DataProjectorToCustomClassT type exposes the following members.
Name | Description | |
---|---|---|
DataProjectorToCustomClassT(ListT) |
CTor
| |
DataProjectorToCustomClassT(IList) |
CTor
|
Name | Description | |
---|---|---|
CTorInfoUsed |
Gets the constructor info used during projections
| |
Destination |
Gets the destination.
| |
PropertyDescriptors |
Gets the property descriptors for the type this projector projects to. These descriptors are cached so multi-row projections are fast.
| |
RequiresNewObjectArrayPerRow |
Gets a value indicating whether this projector requires a new object array per row. Default is true. If false, the object array passed in as plain result
is always the same array. This is useful if the projector copies the data from the rawProjectionResult to the actual instance and doesn't re-use the
row anyway. Value is ignored if value projections are required for the projection.
|
Name | Description | |
---|---|---|
AddProjectionResultToContainer |
Performs the actual projection. Override this method if you want to perform your own projections.
| |
CreateNewInstance |
Creates a new instance of T with the ctor arguments specified.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Initialize |
Initializes the projector, using the projectors if necessary.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetupCTorParameterInfo |
Sets up the constructor parameters for creation new instances which require values set in the ctor.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
IEntityDataProjectorAddProjectionResultToContainer |
Adds a new projection result to the container contained into this instance. The container has to be set in the constructor.
| |
IGeneralDataProjectorAddProjectionResultToContainer |
Adds a new projection result to the container contained into this instance. The container has to be set in the constructor.
|