Exemple #1
0
 protected ActionStateRulePermission(string operation, IArtifactStateRule logicRule)
     : base(operation, logicRule)
 {
 }
Exemple #2
0
 protected ArtifactStateRule(IArtifactStateRule artifactStateRule)
     : base(artifactStateRule)
 {
     _artifactStateRule = artifactStateRule;
 }
Exemple #3
0
 protected ArtifactStateRule(IArtifactStateRule artifactStateRule)
     : base(artifactStateRule)
 {
     _artifactStateRule = artifactStateRule;
 }
Exemple #4
0
 public ActionStateRule(IArtifactStateRule actionStateRule)
     : base(actionStateRule)
 {
 }
 protected ArtifactStateRulePermission(string operation, IArtifactStateRule logicRule)
     : base(operation, logicRule) {
     Module = logicRule.Module;
 }
 protected ControllerStateRulePermission(string operation, IArtifactStateRule logicRule)
     : base(operation, logicRule) {
 }
Exemple #7
0
 protected ArtifactStateRule(IArtifactStateRule artifactRule)
 {
     this.artifactRule = artifactRule;
 }
Exemple #8
0
 protected ArtifactStateRulePermission(string operation, IArtifactStateRule logicRule)
     : base(operation, logicRule)
 {
     Module = logicRule.Module;
 }
Exemple #9
0
 protected ControllerStateRulePermission(string operation, IArtifactStateRule logicRule)
     : base(operation, logicRule)
 {
 }
Exemple #10
0
 public ControllerStateRule(IArtifactStateRule controllerStateRule)
     : base(controllerStateRule)
 {
 }