做网站需要监事吗,郑州优化网站公司,网站免费主机,icp备案是什么AuditLog: 继承自Entitylong的实体类。封装AuditLog的信息。
AuditingStore: 实现了IAuditingStore接口#xff0c;实现了将AuditLog的信息保存到数据库的功能。其通过IRepositoryAuditLog, long实例完成对数据库的操作。 BackgroundJobStore : 实现了IBack…AuditLog: 继承自Entitylong的实体类。封装AuditLog的信息。
AuditingStore: 实现了IAuditingStore接口实现了将AuditLog的信息保存到数据库的功能。其通过IRepositoryAuditLog, long实例完成对数据库的操作。 BackgroundJobStore : 实现了IBackgroundJobStore接口通过IRepositoryBackgroundJobInfo, long完成对BackgroundJobInfo在数据库中的CRUD 操作。BackgroundJobInfo的实体类在ABP核心框架中已有定义。 Setting : 继承自AuditedEntitylong的实体类。封装用户的Setting信息。
SettingStore: 实现了ISettingStore接口通过IRepositorySetting, long完成对Setting在数据库中的CRUD 操作。 AbpIdentityResult : 继承自ASP.NET Identity 的IdentityResult类型。定义了一个静态方法Failed根据errors返回一个AbpIdentityResult 实例 NotificationStore实现了INotificationStore接口。通过IRepositoryNotificationInfo, GuidIRepositoryUserNotificationInfo, Guid和IRepositoryNotificationSubscriptionInfo, Guid仓储实例完成Notification以及与Notification相关的关联关系的CRUD操作。NotificationInfo的实体类在ABP核心框架中已有定义。 返回ABP源码分析系列文章目录