📄 ibatisnet.datamapper.xml
字号:
</member>
<member name="M:IBatisNet.DataMapper.Configuration.ResultMapping.Discriminator.Initialize(IBatisNet.DataMapper.Scope.ConfigurationScope)">
<summary>
Initialize the Discriminator
</summary>
<param name="configScope"></param>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.ResultMapping.Discriminator.Add(IBatisNet.DataMapper.Configuration.ResultMapping.SubMap)">
<summary>
Add a subMap that the discrimator must treat
</summary>
<param name="subMap">A subMap</param>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.ResultMapping.Discriminator.GetSubMap(System.String)">
<summary>
Find the SubMap to use.
</summary>
<param name="discriminatorValue">the discriminator value</param>
<returns>The find ResultMap</returns>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.ResultMapping.Discriminator.CallBackName">
<summary>
Specify the custom type handlers to used.
</summary>
<remarks>Will be an alias to a class wchic implement ITypeHandlerCallback</remarks>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.ResultMapping.Discriminator.DbType">
<summary>
Give an entry in the 'DbType' enumeration
</summary>
<example >
For Sql Server, give an entry of SqlDbType : Bit, Decimal, Money...
<br/>
For Oracle, give an OracleType Enumeration : Byte, Int16, Number...
</example>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.ResultMapping.Discriminator.CLRType">
<summary>
Specify the CLR type of the result.
</summary>
<remarks>
The type attribute is used to explicitly specify the property type of the property to be set.
Normally this can be derived from a property through reflection, but certain mappings such as
HashTable cannot provide the type to the framework.
</remarks>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.ResultMapping.Discriminator.ColumnIndex">
<summary>
Column Index
</summary>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.ResultMapping.Discriminator.ColumnName">
<summary>
Column Name
</summary>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.ResultMapping.Discriminator.NullValue">
<summary>
Null value replacement.
</summary>
<example>"no_email@provided.com"</example>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.ResultMapping.Discriminator.ResultProperty">
<summary>
Th underlying ResultProperty
</summary>
</member>
<member name="T:IBatisNet.DataMapper.Configuration.ResultMapping.ResultMap">
<summary>
Summary description for ResultMap.
</summary>
</member>
<member name="F:IBatisNet.DataMapper.Configuration.ResultMapping.ResultMap.XML_RESULT">
<summary>
Token for xml path to result elements.
</summary>
</member>
<member name="F:IBatisNet.DataMapper.Configuration.ResultMapping.ResultMap.XML_DISCRIMNATOR">
<summary>
Token for xml path to discriminator elements.
</summary>
</member>
<member name="F:IBatisNet.DataMapper.Configuration.ResultMapping.ResultMap.XML_SUBMAP">
<summary>
Token for xml path to subMap elements.
</summary>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.ResultMapping.ResultMap.#ctor">
<summary>
Do not use direclty, only for serialization.
</summary>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.ResultMapping.ResultMap.Initialize(IBatisNet.DataMapper.Scope.ConfigurationScope)">
<summary>
Initialize the resultMap from an xmlNode..
</summary>
<param name="configScope"></param>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.ResultMapping.ResultMap.GetChildNode(IBatisNet.DataMapper.Scope.ConfigurationScope)">
<summary>
Get the result properties and the subMap properties.
</summary>
<param name="configScope"></param>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.ResultMapping.ResultMap.CreateInstanceOfResult">
<summary>
Create an instance Of result.
</summary>
<returns>An object.</returns>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.ResultMapping.ResultMap.AddResultPropery(IBatisNet.DataMapper.Configuration.ResultMapping.ResultProperty)">
<summary>
Add a ResultProperty to the list of ResultProperty.
</summary>
<param name="property">The property to add.</param>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.ResultMapping.ResultMap.SetValueOfProperty(System.Object@,IBatisNet.DataMapper.Configuration.ResultMapping.ResultProperty,System.Object)">
<summary>
Set the value of an object property.
</summary>
<param name="target">The object to set the property.</param>
<param name="property">The result property to use.</param>
<param name="dataBaseValue">The database value to set.</param>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.ResultMapping.ResultMap.ResolveSubMap(System.Data.IDataReader)">
<summary>
</summary>
<param name="dataReader"></param>
<returns></returns>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.ResultMapping.ResultMap.SqlMapNameSpace">
<summary>
The sqlMap namespace
</summary>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.ResultMapping.ResultMap.Discriminator">
<summary>
The discriminator used to choose the good SubMap
</summary>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.ResultMapping.ResultMap.ColumnsToPropertiesMap">
<summary>
The collection of result properties.
</summary>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.ResultMapping.ResultMap.Id">
<summary>
Identifier used to identify the resultMap amongst the others.
</summary>
<example>GetProduct</example>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.ResultMapping.ResultMap.ExtendMap">
<summary>
Extend ResultMap attribute
</summary>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.ResultMapping.ResultMap.Class">
<summary>
The output type class of the resultMap.
</summary>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.ResultMapping.ResultMap.ClassName">
<summary>
The output class name of the resultMap.
</summary>
<example>Com.Site.Domain.Product</example>
</member>
<member name="T:IBatisNet.DataMapper.Configuration.ResultMapping.ResultProperty">
<summary>
Summary description for ResultProperty.
</summary>
</member>
<member name="F:IBatisNet.DataMapper.Configuration.ResultMapping.ResultProperty.UNKNOWN_COLUMN_INDEX">
<summary>
</summary>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.ResultMapping.ResultProperty.#ctor">
<summary>
Do not use direclty, only for serialization.
</summary>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.ResultMapping.ResultProperty.Initialize(IBatisNet.DataMapper.Scope.ConfigurationScope,System.Type)">
<summary>
Initialize the PropertyInfo of the result property.
</summary>
<param name="resultClass"></param>
<param name="configScope"></param>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.ResultMapping.ResultProperty.Initialize(IBatisNet.DataMapper.TypeHandlers.TypeHandlerFactory,System.Reflection.PropertyInfo)">
<summary>
Initialize the PropertyInfo of the result property
for AutoMapper
</summary>
<param name="propertyInfo">A PropertyInfoot.</param>
<param name="typeHandlerFactory"></param>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.ResultMapping.ResultProperty.GetDataBaseValue(System.Data.IDataReader)">
<summary>
</summary>
<param name="dataReader"></param>
<returns></returns>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.ResultMapping.ResultProperty.CallBackName">
<summary>
Specify the custom type handlers to used.
</summary>
<remarks>Will be an alias to a class wchic implement ITypeHandlerCallback</remarks>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.ResultMapping.ResultProperty.IsLazyLoad">
<summary>
Tell us if we must lazy load this property..
</summary>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.ResultMapping.ResultProperty.TypeHandler">
<summary>
The typeHandler used to work with the result property.
</summary>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.ResultMapping.ResultProperty.DbType">
<summary>
Give an entry in the 'DbType' enumeration
</summary>
<example >
For Sql Server, give an entry of SqlDbType : Bit, Decimal, Money...
<br/>
For Oracle, give an OracleType Enumeration : Byte, Int16, Number...
</example>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.ResultMapping.ResultProperty.CLRType">
<summary>
Specify the CLR type of the result.
</summary>
<remarks>
The type attribute is used to explicitly specify the property type of the property to be set.
Normally this can be derived from a property through reflection, but certain mappings such as
HashTable cannot provide the type to the framework.
</remarks>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.ResultMapping.ResultProperty.ColumnIndex">
<summary>
Column Index
</summary>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.ResultMapping.ResultProperty.Select">
<summary>
The name of the statement to retrieve the property
</summary>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.ResultMapping.ResultProperty.NestedResultMapName">
<summary>
The name of a nested ResultMap to set the property
</summary>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.ResultMapping.ResultProperty.ColumnName">
<summary>
Column Name
</summary>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.ResultMapping.ResultProperty.PropertyName">
<summary>
The property name used to identify the property amongst the others.
</summary>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.ResultMapping.ResultProperty.PropertyInfo">
<summary>
</summary>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.ResultMapping.ResultProperty.HasNullValue">
<summary>
Tell if a nullValue is defined.
</summary>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.ResultMapping.ResultProperty.NullValue">
<summary>
Null value replacement.
</summary>
<example>"no_email@provided.com"</example>
</member>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -