C# Class CodeGarten.Data.Access.RoleManager

Afficher le fichier Open project: CodeGarten/CodeGarten Class Usage Examples

Méthodes publiques

Méthode Description
AddRule ( long structure, string containerPrototype, string workspaceType, string roleType, string rule ) : void
Create ( long structure, string containerPrototype, string workspaceType, string roleType, IEnumerable rules = null, RoleBarrier roleBarrier = RoleBarrier.None ) : Role
Delete ( long structureId, string containerPrototype, string workspaceType, string roleType ) : void
Get ( long structure, string containerPrototype, string workspaceType, string roleType ) : Role
GetAll ( long structureId ) : IEnumerable
RoleManager ( DataBaseManager db ) : System.Collections.Generic

Method Details

AddRule() public méthode

public AddRule ( long structure, string containerPrototype, string workspaceType, string roleType, string rule ) : void
structure long
containerPrototype string
workspaceType string
roleType string
rule string
Résultat void

Create() public méthode

public Create ( long structure, string containerPrototype, string workspaceType, string roleType, IEnumerable rules = null, RoleBarrier roleBarrier = RoleBarrier.None ) : Role
structure long
containerPrototype string
workspaceType string
roleType string
rules IEnumerable
roleBarrier RoleBarrier
Résultat CodeGarten.Data.Model.Role

Delete() public méthode

public Delete ( long structureId, string containerPrototype, string workspaceType, string roleType ) : void
structureId long
containerPrototype string
workspaceType string
roleType string
Résultat void

Get() public méthode

public Get ( long structure, string containerPrototype, string workspaceType, string roleType ) : Role
structure long
containerPrototype string
workspaceType string
roleType string
Résultat CodeGarten.Data.Model.Role

GetAll() public méthode

public GetAll ( long structureId ) : IEnumerable
structureId long
Résultat IEnumerable

RoleManager() public méthode

public RoleManager ( DataBaseManager db ) : System.Collections.Generic
db DataBaseManager
Résultat System.Collections.Generic