コード例 #1
0
 public RestrictionRule(RestrictionDefinition restriction)
 {
     this._restriction = restriction;
 }
コード例 #2
0
 public TypeRestrictionRule(RestrictionDefinition restriction)
     : base(restriction)
 {
     this._rule = new ResolveQuery(restriction.Value.ToString());
 }