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