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

Inheritance: IRoleRepositoryExtended
Mostrar archivo Open project: alanstevens/Contrive

Public Methods

Method 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

Method Description
SaveChanges ( ) : void

Method Details

Delete() public method

public Delete ( IRoleExtended roleExtended ) : void
roleExtended IRoleExtended
return void

FindUsersInRole() public method

public FindUsersInRole ( string roleName, string usernameToMatch ) : IEnumerable
roleName string
usernameToMatch string
return IEnumerable

GetAll() public method

public GetAll ( ) : IEnumerable
return IEnumerable

GetRoleByName() public method

public GetRoleByName ( string roleName ) : IRoleExtended
roleName string
return IRoleExtended

GetRolesForRoleNames() public method

public GetRolesForRoleNames ( IEnumerable roleNames ) : IEnumerable
roleNames IEnumerable
return IEnumerable

Insert() public method

public Insert ( IRoleExtended roleExtended ) : void
roleExtended IRoleExtended
return void

RoleRepositoryExtended() public method

public RoleRepositoryExtended ( Repository repository ) : System.Collections.Generic
repository Repository
return System.Collections.Generic

Update() public method

public Update ( IRoleExtended roleExtended ) : void
roleExtended IRoleExtended
return void