C# Class Contrive.Auth.EntityFramework.Membership.RoleRepositoryExtended

Inheritance: IRoleRepositoryExtended
Afficher le fichier Open project: alanstevens/Contrive

Méthodes publiques

Méthode Description
Delete ( IRoleExtended roleExtended ) : void
FindUsersInRole ( string roleName, string usernameToMatch ) : IEnumerable
GetAll ( ) : IEnumerable
GetRoleByName ( string roleName ) : IRoleExtended
GetRolesForRoleNames ( IEnumerable roleNames ) : IEnumerable
Insert ( IRoleExtended roleExtended ) : void
RoleRepositoryExtended ( Repository repository ) : System.Collections.Generic
Update ( IRoleExtended roleExtended ) : void

Private Methods

Méthode Description
SaveChanges ( ) : void

Method Details

Delete() public méthode

public Delete ( IRoleExtended roleExtended ) : void
roleExtended IRoleExtended
Résultat void

FindUsersInRole() public méthode

public FindUsersInRole ( string roleName, string usernameToMatch ) : IEnumerable
roleName string
usernameToMatch string
Résultat IEnumerable

GetAll() public méthode

public GetAll ( ) : IEnumerable
Résultat IEnumerable

GetRoleByName() public méthode

public GetRoleByName ( string roleName ) : IRoleExtended
roleName string
Résultat IRoleExtended

GetRolesForRoleNames() public méthode

public GetRolesForRoleNames ( IEnumerable roleNames ) : IEnumerable
roleNames IEnumerable
Résultat IEnumerable

Insert() public méthode

public Insert ( IRoleExtended roleExtended ) : void
roleExtended IRoleExtended
Résultat void

RoleRepositoryExtended() public méthode

public RoleRepositoryExtended ( Repository repository ) : System.Collections.Generic
repository Repository
Résultat System.Collections.Generic

Update() public méthode

public Update ( IRoleExtended roleExtended ) : void
roleExtended IRoleExtended
Résultat void