Example #1
0
 internal ExpandedProjectionNode(string propertyName, ResourceProperty property, System.Data.Services.Providers.ResourceType targetResourceType, System.Data.Services.Providers.ResourceSetWrapper resourceSetWrapper, System.Data.Services.Providers.OrderingInfo orderingInfo, Expression filter, int? skipCount, int? takeCount, int? maxResultsExpected) : base(propertyName, property, targetResourceType)
 {
     this.resourceSetWrapper = resourceSetWrapper;
     this.orderingInfo = orderingInfo;
     this.filter = filter;
     this.skipCount = skipCount;
     this.takeCount = takeCount;
     this.maxResultsExpected = maxResultsExpected;
     this.nodes = new List<ProjectionNode>();
     this.operations = new List<OperationWrapper>();
     this.hasExpandedPropertyOnDerivedType = false;
 }
 internal ExpandedProjectionNode(string propertyName, ResourceProperty property, System.Data.Services.Providers.ResourceType targetResourceType, System.Data.Services.Providers.ResourceSetWrapper resourceSetWrapper, System.Data.Services.Providers.OrderingInfo orderingInfo, Expression filter, int?skipCount, int?takeCount, int?maxResultsExpected) : base(propertyName, property, targetResourceType)
 {
     this.resourceSetWrapper = resourceSetWrapper;
     this.orderingInfo       = orderingInfo;
     this.filter             = filter;
     this.skipCount          = skipCount;
     this.takeCount          = takeCount;
     this.maxResultsExpected = maxResultsExpected;
     this.nodes      = new List <ProjectionNode>();
     this.operations = new List <OperationWrapper>();
     this.hasExpandedPropertyOnDerivedType = false;
 }