1 write to resourceSet
System.Data.Services (1)
System\Data\Services\Providers\ResourceContainerWrapper.cs (1)
77
this.
resourceSet
= resourceSet;
7 references to resourceSet
System.Data.Services (7)
System\Data\Services\Providers\ResourceContainerWrapper.cs (7)
88
get { return this.
resourceSet
.Name; }
168
return this.
resourceSet
;
187
this.rights = configuration.GetResourceSetRights(this.
resourceSet
);
190
this.pageSize = configuration.GetResourceSetPageSize(this.
resourceSet
);
197
this.readAuthorizationMethods = configuration.GetReadAuthorizationMethods(this.
resourceSet
);
200
this.writeAuthorizationMethods = configuration.GetWriteAuthorizationMethods(this.
resourceSet
);
221
ResourceType baseType = this.
resourceSet
.ResourceType;