6 references to CheckNonNegativeProperty
System.Data.Services (6)
System\Data\Services\DataServiceConfiguration.cs (6)
185set { this.maxBatchCount = this.CheckNonNegativeProperty(value, "MaxBatchCount"); } 192set { this.maxChangeSetCount = this.CheckNonNegativeProperty(value, "MaxChangesetCount"); } 199set { this.maxExpandCount = this.CheckNonNegativeProperty(value, "MaxExpandCount"); } 206set { this.maxExpandDepth = this.CheckNonNegativeProperty(value, "MaxExpandDepth"); } 224this.maxResultsPerCollection = this.CheckNonNegativeProperty(value, "MaxResultsPerCollection"); 232set { this.maxObjectCountOnInsert = this.CheckNonNegativeProperty(value, "MaxObjectCountOnInsert"); }