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