Fork me on GitHub
摘要: 类名 扩展的类型 方法名 参数 作用 XmlNodeExtensions XmlNode GetAttributeValueOrNull attributeName Gets an attribute's value from an Xml node. JsonExtensions object T 阅读全文
posted @ 2016-03-28 22:08 ZHK的博客 阅读(3127) 评论(2) 推荐(6) 编辑
摘要: IEntity<TPrimaryKey>: 封装了PrimaryKey:Id,这是一个泛型类型 IEntity: 封装了PrimaryKey:Id,这是一个int类型 Entity<TPrimaryKey> :支持主键是泛型类型的Entity Entity:支持主键是int类型的Entity IHa 阅读全文
posted @ 2016-03-28 16:07 ZHK的博客 阅读(5568) 评论(3) 推荐(9) 编辑
摘要: ABP中有两种cache的实现方式:MemroyCache 和 RedisCache. 如下图,两者都继承至ICache接口(准确说是CacheBase抽象类)。ABP核心模块封装了MemroyCache 来实现ABP中的默认缓存功能。 Abp.RedisCache这个模块封装RedisCache来 阅读全文
posted @ 2016-03-28 12:18 ZHK的博客 阅读(5302) 评论(3) 推荐(6) 编辑