Beispiel #1
0
 public RequestDiscover(string requestType, DbConnection connection, RestrictionList restrictions,
                        PropertyList properties)
 {
     RequestType  = requestType;
     Properties   = new Properties(properties);
     Restrictions = new Restrictions(restrictions);
 }
 public Restrictions(RestrictionList restrictions)
 {
     RestrictionList = restrictions;
 }