Ejemplo n.º 1
0
 public RestrictionRule(RestrictionDefinition restriction)
 {
     this._restriction = restriction;
 }
Ejemplo n.º 2
0
 public TypeRestrictionRule(RestrictionDefinition restriction)
     : base(restriction)
 {
     this._rule = new ResolveQuery(restriction.Value.ToString());
 }