iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

IPropertyStrategy Interface

IPropertyStrategy contract to set value object on ResultProperty.

For a list of all members of this type, see IPropertyStrategy Members.

[Visual Basic]
Public Interface IPropertyStrategy
[C#]
public interface IPropertyStrategy

Types that implement IPropertyStrategy

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

Requirements

Namespace: IBatisNet.DataMapper.MappedStatements.PropertyStrategy

Assembly: IBatisNet.DataMapper (in IBatisNet.DataMapper.dll)

See Also

IPropertyStrategy Members | IBatisNet.DataMapper.MappedStatements.PropertyStrategy Namespace