IPropertyStrategy contract to set value object on ResultProperty.
For a list of all members of this type, see IPropertyStrategy Members.
| Type | Description |
|---|---|
| GroupByStrategy | IPropertyStrategy implementation when a 'resultMapping' attribute exists on a ResultProperty ant the resulMap have a groupBy attribute. |
| DefaultStrategy | IPropertyStrategy implementation when no 'select' or 'resultMapping' attribute exists on a ResultProperty. |
| ResultMapStrategy | IPropertyStrategy implementation when a 'resultMapping' attribute exists on a ResultProperty. |
| SelectArrayStrategy | IPropertyStrategy implementation when a 'select' attribute exists on a Array ResultProperty |
| SelectGenericListStrategy | IPropertyStrategy implementation when a 'select' attribute exists on a IList ResultProperty |
| SelectListStrategy | IPropertyStrategy implementation when a 'select' attribute exists on a IList ResultProperty |
| SelectObjectStrategy | IPropertyStrategy implementation when a 'select' attribute exists on an ResultProperty and the object property is different from an Array or an IList. |
| SelectStrategy | IPropertyStrategy implementation when a 'select' attribute exists on a ResultProperty |
Namespace: IBatisNet.DataMapper.MappedStatements.PropertyStrategy
Assembly: IBatisNet.DataMapper (in IBatisNet.DataMapper.dll)
IPropertyStrategy Members | IBatisNet.DataMapper.MappedStatements.PropertyStrategy Namespace