Пример #1
0
 public RootCriteria(string referenceType,
                     bool valueType, ReferenceTypeNotAString referenceTypeNotAString)
     : base()
 {
     this.ReferenceType           = referenceType;
     this.ValueType               = valueType;
     this.ReferenceTypeNotAString = referenceTypeNotAString;
 }
Пример #2
0
 internal static RootObject Fetch(string referenceType,
                                  bool valueType, ReferenceTypeNotAString referenceTypeNotAString)
 {
     return(DataPortal.Fetch <RootObject>(
                new RootCriteria(referenceType, valueType, referenceTypeNotAString)));
 }