CodeGarten.Data.Access.RoleManager.AddRule C# (CSharp) Méthode

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
        public void AddRule(long structure, string containerPrototype, string workspaceType, string roleType, string rule)
        {
            Get(structure, containerPrototype, workspaceType, roleType).Rules.Add(_dbManager.Rule.Get(structure, rule));
        }