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

ArgumentProperty Members

ArgumentProperty overview

Public Instance Constructors

ArgumentProperty Constructor Do not use direclty, only for serialization.

Public Instance Properties

ArgumentName Specify the constructor argument name.
ArgumentStrategy Sets or gets the IArgumentStrategy used to fill the object property.
CallBackName (inherited from ResultProperty) Specify the custom type handlers to used.
CLRType (inherited from ResultProperty) Specify the CLR type of the result.
ColumnIndex (inherited from ResultProperty) Column Index
ColumnName (inherited from ResultProperty) Column Name
DbType (inherited from ResultProperty) Give an entry in the 'DbType' enumeration
HasNullValue (inherited from ResultProperty) Tell if a nullValue is defined.
IsComplexMemberName (inherited from ResultProperty) Indicate if we have a complex member name as [FavouriteLineItem.Id]
IsGenericIList (inherited from ResultProperty) Tell us if the member type implement generic Ilist interface.
IsIList (inherited from ResultProperty) Tell us if the member type implement Ilist interface.
IsLazyLoad Tell us if we must lazy load this property..
LazyFactory (inherited from ResultProperty) The lazy loader factory
ListFactory (inherited from ResultProperty) List factory for IList property
MemberType Get the argument type
NestedResultMap (inherited from ResultProperty) A nested ResultMap use to set a property
NestedResultMapName (inherited from ResultProperty) The name of a nested ResultMap to set the property
NullValue (inherited from ResultProperty) Null value replacement.
PropertyName (inherited from ResultProperty) The property name used to identify the property amongst the others.
PropertyStrategy (inherited from ResultProperty) Sets or gets the IPropertyStrategy used to fill the object property.
Select (inherited from ResultProperty) The name of the statement to retrieve the property
SetAccessor (inherited from ResultProperty) Defines a field/property ISetAccessor
TypeHandler (inherited from ResultProperty) The typeHandler used to work with the result property.

Public Instance Methods

Clone (inherited from ResultProperty) Clones this instance.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetDataBaseValue (inherited from ResultProperty)
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
InitializeOverloaded. Initialize the argument property.
Initialize (inherited from ResultProperty)Overloaded. Initialize the PropertyInfo of the result property.
ResolveTypeHandler
ToString (inherited from Object)Returns a String that represents the current Object.
TranslateValue (inherited from ResultProperty)

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

ArgumentProperty Class | IBatisNet.DataMapper.Configuration.ResultMapping Namespace