📄 ibatisnet.datamapper.xml
字号:
<?xml version="1.0"?>
<doc>
<assembly>
<name>IBatisNet.DataMapper</name>
</assembly>
<members>
<member name="T:IBatisNet.DataMapper.Commands.DefaultPreparedCommand">
<summary>
Summary description for DefaultPreparedCommand.
</summary>
</member>
<member name="T:IBatisNet.DataMapper.Commands.IPreparedCommand">
<summary>
Summary description for IPreparedCommand.
</summary>
</member>
<member name="M:IBatisNet.DataMapper.Commands.IPreparedCommand.Create(IBatisNet.DataMapper.Scope.RequestScope,IBatisNet.Common.IDalSession,IBatisNet.DataMapper.Configuration.Statements.IStatement,System.Object)">
<summary>
Create an IDbCommand for the IDalSession and the current SQL Statement
and fill IDbCommand IDataParameter's with the parameterObject.
</summary>
<param name="request"></param>
<param name="session">The IDalSession</param>
<param name="statement">The IStatement</param>
<param name="parameterObject">
The parameter object that will fill the sql parameter
</param>
<returns>An IDbCommand with all the IDataParameter filled.</returns>
</member>
<member name="M:IBatisNet.DataMapper.Commands.DefaultPreparedCommand.Create(IBatisNet.DataMapper.Scope.RequestScope,IBatisNet.Common.IDalSession,IBatisNet.DataMapper.Configuration.Statements.IStatement,System.Object)">
<summary>
Create an IDbCommand for the IDalSession and the current SQL Statement
and fill IDbCommand IDataParameter's with the parameterObject.
</summary>
<param name="request"></param>
<param name="session">The IDalSession</param>
<param name="statement">The IStatement</param>
<param name="parameterObject">
The parameter object that will fill the sql parameter
</param>
<returns>An IDbCommand with all the IDataParameter filled.</returns>
</member>
<member name="M:IBatisNet.DataMapper.Commands.DefaultPreparedCommand.ApplyParameterMap(IBatisNet.Common.IDalSession,System.Data.IDbCommand,IBatisNet.DataMapper.Scope.RequestScope,IBatisNet.DataMapper.Configuration.Statements.IStatement,System.Object)">
<summary>
</summary>
<param name="session"></param>
<param name="command"></param>
<param name="request"></param>
<param name="statement"></param>
<param name="parameterObject"></param>
</member>
<member name="T:IBatisNet.DataMapper.Commands.EmbedParamsPreparedCommand">
<summary>
Summary description for EmbedParamsPreparedCommand.
</summary>
</member>
<member name="M:IBatisNet.DataMapper.Commands.EmbedParamsPreparedCommand.ApplyParameterMap(IBatisNet.Common.IDalSession,System.Data.IDbCommand,IBatisNet.DataMapper.Scope.RequestScope,IBatisNet.DataMapper.Configuration.Statements.IStatement,System.Object)">
<summary>
</summary>
<param name="session"></param>
<param name="command"></param>
<param name="request"></param>
<param name="statement"></param>
<param name="parameterObject"></param>
</member>
<member name="T:IBatisNet.DataMapper.Commands.IPreparedCommandProxy">
<summary>
Summary description for IPreparedCommandProxy.
</summary>
</member>
<member name="M:IBatisNet.DataMapper.Commands.IPreparedCommandProxy.#ctor(IBatisNet.DataMapper.Commands.IPreparedCommand)">
<summary>
Constructor for a connection proxy
</summary>
<param name="preparedCommand">The connection which been proxified.</param>
</member>
<member name="M:IBatisNet.DataMapper.Commands.IPreparedCommandProxy.NewInstance(IBatisNet.DataMapper.Commands.IPreparedCommand)">
<summary>
Static constructor
</summary>
<param name="preparedCommand">The connection which been proxified.</param>
<returns>A proxy</returns>
</member>
<member name="M:IBatisNet.DataMapper.Commands.IPreparedCommandProxy.Intercept(Castle.DynamicProxy.IInvocation,System.Object[])">
<summary>
</summary>
<param name="invocation"></param>
<param name="arguments"></param>
<returns></returns>
</member>
<member name="T:IBatisNet.DataMapper.Commands.PreparedCommandFactory">
<summary>
Summary description for PreparedCommandFactory.
</summary>
</member>
<member name="M:IBatisNet.DataMapper.Commands.PreparedCommandFactory.GetPreparedCommand(System.Boolean)">
<summary>
Get an IPreparedCommand.
</summary>
<returns></returns>
</member>
<member name="T:IBatisNet.DataMapper.Configuration.Alias.TypeAlias">
<summary>
TypeAlias.
</summary>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.Alias.TypeAlias.#ctor">
<summary>
Do not use direclty, only for serialization.
</summary>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.Alias.TypeAlias.#ctor(System.Type)">
<summary>
Constructor
</summary>
<param name="type">a type.</param>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.Alias.TypeAlias.Initialize">
<summary>
Initialize the object,
try to idenfify the .Net type class from the corresponding name.
</summary>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.Alias.TypeAlias.Name">
<summary>
Name used to identify the typeAlias amongst the others.
</summary>
<example> Account</example>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.Alias.TypeAlias.Class">
<summary>
The type class for the typeAlias
</summary>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.Alias.TypeAlias.ClassName">
<summary>
The class name to identify the typeAlias.
</summary>
<example>Com.Site.Domain.Product</example>
</member>
<member name="T:IBatisNet.DataMapper.Configuration.Alias.TypeHandler">
<summary>
Summary description for TypeHandler.
</summary>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.Alias.TypeHandler.#ctor">
<summary>
Do not use direclty, only for serialization.
</summary>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.Alias.TypeHandler.Initialize">
<summary>
Initialize the object,
try to idenfify the .Net type class from the corresponding name.
</summary>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.Alias.TypeHandler.ClassName">
<summary>
CLR type
</summary>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.Alias.TypeHandler.Class">
<summary>
The type class for the TypeName
</summary>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.Alias.TypeHandler.DbType">
<summary>
dbType name
</summary>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.Alias.TypeHandler.CallBackName">
<summary>
callback alias name
</summary>
</member>
<member name="T:IBatisNet.DataMapper.Configuration.Cache.Fifo.FifoCacheController">
<summary>
Summary description for FifoCacheController.
</summary>
</member>
<member name="T:IBatisNet.DataMapper.Configuration.Cache.ICacheController">
<summary>
Summary description for ICacheController.
</summary>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.Cache.ICacheController.Remove(System.Object)">
<summary>
Remove an object from a cache model
</summary>
<param name="key">the key to the object</param>
<returns>the removed object(?)</returns>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.Cache.ICacheController.Flush">
<summary>
Clears all elements from the cache.
</summary>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.Cache.ICacheController.Configure(System.Collections.IDictionary)">
<summary>
Configures the CacheController
</summary>
<param name="properties"></param>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.Cache.ICacheController.Item(System.Object)">
<summary>
Adds an item with the specified key and value into cached data.
Gets a cached object with the specified key.
</summary>
<value>The cached object or <c>null</c></value>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.Cache.Fifo.FifoCacheController.#ctor">
<summary>
</summary>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.Cache.Fifo.FifoCacheController.Remove(System.Object)">
<summary>
Remove an object from a cache model
</summary>
<param name="key">the key to the object</param>
<returns>the removed object(?)</returns>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.Cache.Fifo.FifoCacheController.Flush">
<summary>
Clears all elements from the cache.
</summary>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.Cache.Fifo.FifoCacheController.Configure(System.Collections.IDictionary)">
<summary>
Configures the cache
</summary>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.Cache.Fifo.FifoCacheController.Item(System.Object)">
<summary>
Adds an item with the specified key and value into cached data.
Gets a cached object with the specified key.
</summary>
<value>The cached object or <c>null</c></value>
</member>
<member name="T:IBatisNet.DataMapper.Configuration.Cache.Lru.LruCacheController">
<summary>
Summary description for LruCacheController.
</summary>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.Cache.Lru.LruCacheController.#ctor">
<summary>
</summary>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.Cache.Lru.LruCacheController.Remove(System.Object)">
<summary>
Remove an object from a cache model
</summary>
<param name="key">the key to the object</param>
<returns>the removed object(?)</returns>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.Cache.Lru.LruCacheController.Flush">
<summary>
Clears all elements from the cache.
</summary>
</member>
<member name="M:IBatisNet.DataMapper.Configuration.Cache.Lru.LruCacheController.Configure(System.Collections.IDictionary)">
<summary>
Configures the cache
</summary>
</member>
<member name="P:IBatisNet.DataMapper.Configuration.Cache.Lru.LruCacheController.Item(System.Object)">
<summary>
Adds an item with the specified key and value into cached data.
Gets a cached object with the specified key.
</summary>
<value>The cached object or <c>null</c></value>
</member>
<member name="T:IBatisNet.DataMapper.Configuration.Cache.Memory.MemoryCacheControler">
<summary>
Summary description for MemoryCacheControler.
</summary>
</member>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -