CodeGarten.Data.Access.RoleManager.AddRule C# (CSharp) 메소드

AddRule() 공개 메소드

public AddRule ( long structure, string containerPrototype, string workspaceType, string roleType, string rule ) : void
structure long
containerPrototype string
workspaceType string
roleType string
rule string
리턴 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));
        }