Example #1
0
 protected ActionStateRulePermission(string operation, IArtifactStateRule logicRule)
     : base(operation, logicRule)
 {
 }
Example #2
0
 protected ArtifactStateRule(IArtifactStateRule artifactStateRule)
     : base(artifactStateRule)
 {
     _artifactStateRule = artifactStateRule;
 }
Example #3
0
 protected ArtifactStateRule(IArtifactStateRule artifactStateRule)
     : base(artifactStateRule)
 {
     _artifactStateRule = artifactStateRule;
 }
Example #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) {
 }
Example #7
0
 protected ArtifactStateRule(IArtifactStateRule artifactRule)
 {
     this.artifactRule = artifactRule;
 }
Example #8
0
 protected ArtifactStateRulePermission(string operation, IArtifactStateRule logicRule)
     : base(operation, logicRule)
 {
     Module = logicRule.Module;
 }
Example #9
0
 protected ControllerStateRulePermission(string operation, IArtifactStateRule logicRule)
     : base(operation, logicRule)
 {
 }
Example #10
0
 public ControllerStateRule(IArtifactStateRule controllerStateRule)
     : base(controllerStateRule)
 {
 }