📄 ibatisnet.datamapper.xml
字号:
<param name="sqlStatement"></param>
<returns>A new sql command text.</returns>
<param name="typeHandlerFactory"></param>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.ParameterMapping.InlineParameterMapParser.NewParseMapping(System.String,System.Type,IBatisNet.DataMapper.TypeHandlers.TypeHandlerFactory)">
<summary>
Parse inline parameter with syntax as
#propertyName,type=string,dbype=Varchar,direction=Input,nullValue=N/A,handler=string#
</summary>
<param name="token"></param>
<param name="parameterClassType"></param>
<param name="typeHandlerFactory"></param>
<returns></returns>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.ParameterMapping.InlineParameterMapParser.OldParseMapping(System.String,System.Type,IBatisNet.DataMapper.TypeHandlers.TypeHandlerFactory)">
<summary>
Parse inline parameter with syntax as
#propertyName:dbType:nullValue#
</summary>
<param name="token"></param>
<param name="parameterClassType"></param>
<param name="typeHandlerFactory"></param>
<returns></returns>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.ParameterMapping.InlineParameterMapParser.ResolveTypeHandler(IBatisNet.DataMapper.TypeHandlers.TypeHandlerFactory,System.Type,System.String,System.String,System.String)">
<summary>
Resolve TypeHandler
</summary>
<param name="parameterClassType"></param>
<param name="propertyName"></param>
<param name="propertyType"></param>
<param name="dbType"></param>
<param name="typeHandlerFactory"></param>
<returns></returns>
</member>
<member name="T:IBatisNet.DataMapper.Configuration.ParameterMapping.ParameterMap">
<summary>
Summary description for ParameterMap.
</summary>
</member>
<member name="F:IBatisNet.DataMapper.Configuration.ParameterMapping.ParameterMap.XML_PARAMATER">
<summary>
Token for xml path to parameter elements.
</summary>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.ParameterMapping.ParameterMap.#ctor">
<summary>
Do not use direclty, only for serialization.
</summary>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.ParameterMapping.ParameterMap.#ctor(System.Boolean)">
<summary>
Default constructor
</summary>
<param name="usePositionalParameters"></param>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.ParameterMapping.ParameterMap.GetProperty(System.Int32)">
<summary>
Get the ParameterProperty at index.
</summary>
<param name="index">Index</param>
<returns>A ParameterProperty</returns>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.ParameterMapping.ParameterMap.GetProperty(System.String)">
<summary>
Get a ParameterProperty by his name.
</summary>
<param name="name">The name of the ParameterProperty</param>
<returns>A ParameterProperty</returns>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.ParameterMapping.ParameterMap.AddParameterProperty(IBatisNet.DataMapper.Configuration.ParameterMapping.ParameterProperty)">
<summary>
Add a ParameterProperty to the ParameterProperty list.
</summary>
<param name="property"></param>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.ParameterMapping.ParameterMap.InsertParameterProperty(System.Int32,IBatisNet.DataMapper.Configuration.ParameterMapping.ParameterProperty)">
<summary>
Insert a ParameterProperty ine the ParameterProperty list at the specified index..
</summary>
<param name="index">
The zero-based index at which ParameterProperty should be inserted.
</param>
<param name="property">The ParameterProperty to insert. </param>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.ParameterMapping.ParameterMap.GetParameterIndex(System.String)">
<summary>
Retrieve the index for array property
</summary>
<param name="propertyName"></param>
<returns></returns>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.ParameterMapping.ParameterMap.GetPropertyNameArray">
<summary>
Get all Parameter Property Name
</summary>
<returns>A string array</returns>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.ParameterMapping.ParameterMap.SetParameter(IBatisNet.DataMapper.Configuration.ParameterMapping.ParameterProperty,System.Data.IDataParameter,System.Object)">
<summary>
Set parameter value, replace the null value if any.
</summary>
<param name="mapping"></param>
<param name="dataParameter"></param>
<param name="parameterValue"></param>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.ParameterMapping.ParameterMap.Initialize(IBatisNet.DataMapper.Scope.ConfigurationScope)">
<summary>
Initialize the parameter properties child.
</summary>
<param name="configScope"></param>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.ParameterMapping.ParameterMap.GetProperties(IBatisNet.DataMapper.Scope.ConfigurationScope)">
<summary>
Get the parameter properties child for the xmlNode parameter.
</summary>
<param name="configScope"></param>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.ParameterMapping.ParameterMap.Id">
<summary>
Identifier used to identify the ParameterMap amongst the others.
</summary>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.ParameterMapping.ParameterMap.Properties">
<summary>
The collection of ParameterProperty
</summary>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.ParameterMapping.ParameterMap.PropertiesList">
<summary>
</summary>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.ParameterMapping.ParameterMap.ExtendMap">
<summary>
Extend Parametermap attribute
</summary>
<remarks>The id of a ParameterMap</remarks>
</member>
<member name="T:IBatisNet.DataMapper.Configuration.ParameterMapping.ParameterProperty">
<summary>
Summary description for ParameterProperty.
</summary>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.ParameterMapping.ParameterProperty.#ctor">
<summary>
Constructor
</summary>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.ParameterMapping.ParameterProperty.Initialize(IBatisNet.DataMapper.TypeHandlers.TypeHandlerFactory,IBatisNet.DataMapper.Scope.ErrorContext)">
<summary>
</summary>
<param name="typeHandlerFactory"></param>
<param name="errorContext"></param>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.ParameterMapping.ParameterProperty.Initialize(IBatisNet.DataMapper.Scope.ErrorContext)">
<summary>
</summary>
<param name="errorContext"></param>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.ParameterMapping.ParameterProperty.Equals(System.Object)">
<summary>
</summary>
<param name="obj"></param>
<returns></returns>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.ParameterMapping.ParameterProperty.GetHashCode">
<summary>
</summary>
<returns></returns>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.ParameterMapping.ParameterProperty.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.ParameterMapping.ParameterProperty.CLRType">
<summary>
Specify the CLR type of the parameter.
</summary>
<remarks>
The type attribute is used to explicitly specify the property type to be read.
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.ParameterMapping.ParameterProperty.TypeHandler">
<summary>
The typeHandler used to work with the parameter.
</summary>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.ParameterMapping.ParameterProperty.ColumnName">
<summary>
Column Name for output parameter
in store proccedure.
</summary>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.ParameterMapping.ParameterProperty.Size">
<summary>
Column size.
</summary>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.ParameterMapping.ParameterProperty.Scale">
<summary>
Column Scale.
</summary>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.ParameterMapping.ParameterProperty.Precision">
<summary>
Column Precision.
</summary>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.ParameterMapping.ParameterProperty.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.ParameterMapping.ParameterProperty.DirectionAttribute">
<summary>
The direction attribute of the XML parameter.
</summary>
<example> Input, Output, InputOutput</example>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.ParameterMapping.ParameterProperty.Direction">
<summary>
Indicate the direction of the parameter.
</summary>
<example> Input, Output, InputOutput</example>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.ParameterMapping.ParameterProperty.PropertyName">
<summary>
Property name used to identify the property amongst the others.
</summary>
<example>EmailAddress</example>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.ParameterMapping.ParameterProperty.HasNullValue">
<summary>
Tell if a nullValue is defined._nullValue!=null
</summary>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.ParameterMapping.ParameterProperty.NullValue">
<summary>
Null value replacement.
</summary>
<example>"no_email@provided.com"</example>
</member>
<member name="T:IBatisNet.DataMapper.Configuration.ResultMapping.Discriminator">
<summary>
Summary description for Discriminator.
</summary>
</member>
<member name="F:IBatisNet.DataMapper.Configuration.ResultMapping.Discriminator._resultMaps">
<summary>
(discriminatorValue (string), ResultMap)
</summary>
</member>
<member name="F:IBatisNet.DataMapper.Configuration.ResultMapping.Discriminator._subMaps">
<summary>
The subMaps name who used this discriminator
</summary>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.ResultMapping.Discriminator.#ctor">
<summary>
Constructor
</summary>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.ResultMapping.Discriminator.SetMapping(IBatisNet.DataMapper.Scope.ConfigurationScope,System.Type)">
<summary>
Initilaize the underlying mapping
</summary>
<param name="configScope"></param>
<param name="resultClass"></param>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -