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