Click or drag to resize
AuthorityProvider Class

[Missing <summary> documentation for "T:X3Platform.Security.Authority.DAL.IBatis.AuthorityProvider"]

Inheritance Hierarchy
SystemObject
  X3Platform.Security.Authority.DAL.IBatisAuthorityProvider

Namespace: X3Platform.Security.Authority.DAL.IBatis
Assembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public class AuthorityProvider : IAuthorityProvider

The AuthorityProvider type exposes the following members.

Constructors
  NameDescription
Public methodAuthorityProvider
构造函数
Top
Methods
  NameDescription
Public methodDelete
删除记录
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFindAll
��ѯ�������ؼ�¼
Public methodFindOne
查询某条记录
Public methodFindOneByName
查询某条记录
Public methodGetHashCode (Inherited from Object.)
Public methodGetPaging
��ҳ����
Public methodGetType (Inherited from Object.)
Public methodInsert
���Ӽ�¼
Public methodIsExist
查询是否存在相关的记录
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSave
保存记录
Public methodToString (Inherited from Object.)
Public methodUpdate
修改记录
Top
See Also