类名 |
扩展的类型 |
方法名 |
参数 |
作用 |
XmlNodeExtensions |
XmlNode |
GetAttributeValueOrNull |
attributeName |
Gets an attribute's value from an Xml node. |
JsonExtensions |
object |
ToJsonString |
bool camelCase bool indented |
Converts given object to JSON string. |
StreamExtensions |
Stream |
GetAllBytes |
Get all bytes from a steam |
|
LockExtensions |
object |
Locking |
Action |
Executes given action by locking given source object. |
LockExtensions |
T |
Locking<T> |
Action<T> |
Executes given action by locking given source object. |
LockExtensions |
object |
Locking<TResult> |
Func<TResult> |
Executes given func and returns it's value by locking given source object. |
LockExtensions |
T |
Locking<T, TResult> |
Func<T, TResult> |
Executes given func and returns it's value by locking given source object. |
IsolationLevelExtensions |
System.Transactions.IsolationLevel |
ToSystemDataIsolationLevel |
NA |
Converts System.Transactions.IsolationLevel to System.Data.IsolationLevel |
QueryableExtensions |
IQueryable |
IncludeIf |
bool condition, string path |
Specifies the related objects to include in the query results. |
QueryableExtensions |
IQueryable<T> |
IncludeIf<T> |
bool condition, string path |
Specifies the related objects to include in the query results. |
QueryableExtensions |
IQueryable<T> |
IncludeIf<T, TProperty> |
bool condition, Expression<Func<T, TProperty>> path |
Specifies the related objects to include in the query results. |
DbContextExtensions |
Type |
GetEntityTypes |
NA |
获取DbContext中的所有entity类型 |
MemberInfoExtensions |
MemberInfo |
GetSingleAttributeOrNull<T> |
bool inherit |
Gets a single attribute for a member. |
相关文章
- 11-06【转】ABP源码分析四十七:ABP中的异常处理
- 11-06ABP源码分析四十七:ABP中的异常处理
- 11-06ABP源码分析二十六:核心框架中的一些其他功能
- 11-06ABP源码分析四十六:ABP ZERO中的Ldap模块
- 11-06ABP源码分析三十五:ABP中动态WebAPI原理解析
- 11-06ABP源码分析十五:ABP中的实用扩展方法
- 11-06ABP源码分析四十五:ABP ZERO中的EntityFramework模块
- 11-06C# DateTime的11种构造函数 [Abp 源码分析]十五、自动审计记录 .Net 登陆的时候添加验证码 使用Topshelf开发Windows服务、记录日志 日常杂记——C#验证码 c#_生成图片式验证码 C# 利用SharpZipLib生成压缩包 Sql2012如何将远程服务器数据库及表、表结构、表数据导入本地数据库
- 11-06【转】ABP源码分析四十五:ABP ZERO中的EntityFramework模块
- 11-06【转】ABP源码分析四十六:ABP ZERO中的Ldap模块