102 references to FullName
System.Data.Services (102)
System\Data\Services\DataService.cs (1)
1072entity = Deserializer.CreateMediaLinkEntry(targetResourceType.FullName, requestStream, dataService, description, tracker);
System\Data\Services\DataServiceConfiguration.cs (1)
460Debug.Assert(resourceType.FullName == typeName, "resourceType.FullName == typeName");
System\Data\Services\Epm\EpmContentSerializer.cs (3)
281currentContent.Add(node.Name, node.ResourceType.FullName, c); 288currentContent.AddNull(node.ResourceType.FullName, node.Name); 305currentContent.AddNull(node.ResourceType.FullName, node.Name);
System\Data\Services\Epm\EpmCustomContentDeSerializer.cs (2)
69throw DataServiceException.CreateBadRequestError(Strings.EpmDeserialize_MixedContent(resourceType.FullName)); 109throw DataServiceException.CreateBadRequestError(Strings.EpmDeserialize_MixedContent(resourceType.FullName));
System\Data\Services\Parsing\RequestQueryParser.cs (1)
2061throw DataServiceException.CreateBadRequestError(Strings.BadRequest_InvalidPropertyNameSpecified(id, this.currentSegmentInfo.ResourceType.FullName));
System\Data\Services\Providers\BaseServiceProvider.cs (2)
439if (t.FullName == name) 827Strings.BaseServiceProvider_ServiceOperationMissingSingleEntitySet(method, resourceType.FullName));
System\Data\Services\Providers\BasicExpandProvider.cs (2)
1674Expression.Constant(resourceType.FullName, typeof(string))); 1678bindingExpressions[0] = Expression.Constant(resourceType.FullName, typeof(string));
System\Data\Services\Providers\DataServiceProviderWrapper.cs (6)
550string associationSetKey = resourceSet.Name + '_' + resourceType.FullName + '_' + resourceProperty.Name; 830string key = resourceSet.Name + '_' + resourceType.FullName; 991string key = resourceSet.Name + '_' + resourceType.FullName; 1057throw new DataServiceException(500, Strings.DataServiceProviderWrapper_ResourceTypeNotReadonly(resourceType.FullName)); 1092if (this.VisibleTypeCache.TryGetValue(resourceType.FullName, out cachedType)) 1098this.VisibleTypeCache[resourceType.FullName] = resourceType;
System\Data\Services\Providers\ObjectContextServiceProvider.cs (11)
117EntityType sourceEntityType = this.ObjectContext.MetadataWorkspace.GetItem<EntityType>(resourceType.FullName, DataSpace.CSpace); 354throw DataServiceException.CreateBadRequestError(Strings.CannotCreateInstancesOfAbstractType(resourceType.FullName)); 403if (resourceType.FullName != fullTypeName) 405throw DataServiceException.CreateBadRequestError(Strings.TargetElementTypeOfTheUriSpecifiedDoesNotMatchWithTheExpectedType(resourceType.FullName, fullTypeName)); 638throw DataServiceException.CreateBadRequestError(Strings.DataService_CannotPerformOperationWithoutETag(resourceType.FullName)); 730EntityType entityType = this.ObjectContext.MetadataWorkspace.GetItem<EntityType>(resourceType.FullName, DataSpace.CSpace); 1386StructuralType edmType = workspace.GetItem<StructuralType>(resourceType.FullName, DataSpace.CSpace); 2095StructuralType edmType = workspace.GetItem<StructuralType>(baseResourceType.FullName, DataSpace.CSpace); 2399EntityType cspaceEntityType = this.ObjectContext.MetadataWorkspace.GetItem<EntityType>(resourceType.FullName, DataSpace.CSpace); 2727EdmType edmType = this.workspace.GetItem<EdmType>(resourceType.FullName, DataSpace.CSpace); 2787this.edmTypes[resultType.Namespace].Contains(this.workspace.GetItem<EntityType>(resultType.FullName, DataSpace.CSpace))),
System\Data\Services\Providers\ReflectionServiceProvider.cs (9)
269throw new InvalidOperationException(Strings.ReflectionProvider_MultipleEntitySetsForSameType(entitySetInfo.Value.Name, property.Name, entitySetType.FullName, resourceType.FullName)); 273throw new InvalidOperationException(Strings.ReflectionProvider_MultipleEntitySetsForSameType(property.Name, entitySetInfo.Value.Name, resourceType.FullName, entitySetType.FullName)); 721throw new InvalidOperationException(Strings.BadProvider_UnsupportedPropertyType(property.Name, parentResourceType.FullName)); 724throw new InvalidOperationException(Strings.ReflectionProvider_InvalidProperty(property.Name, parentResourceType.FullName)); 729throw new InvalidOperationException(Strings.ReflectionProvider_CollectionOfPrimitiveOrComplexNotSupported(property.Name, parentResourceType.FullName)); 738throw new InvalidOperationException(Strings.ReflectionProvider_EntityPropertyWithNoEntitySet(parentResourceType.FullName, property.Name)); 758throw new InvalidOperationException(Strings.ReflectionProvider_InvalidProperty(property.Name, parentResourceType.FullName)); 765throw new InvalidOperationException(Strings.ReflectionProvider_KeyPropertiesCannotBeIgnored(parentResourceType.FullName)); 770throw new InvalidOperationException(Strings.ReflectionProvider_ETagPropertyNameNotValid(etagPropertyNames.ElementAt(0), parentResourceType.FullName));
System\Data\Services\Providers\ResourceProperty.cs (1)
129throw new InvalidOperationException(Strings.ResourceProperty_MimeTypeAttributeOnNonPrimitive(this.Name, this.ResourceType.FullName));
System\Data\Services\Providers\ResourceType.cs (10)
405throw new InvalidOperationException(Strings.ResourceType_ComplexTypeCannotBeOpen(this.FullName)); 453WebUtil.CreateNewInstanceConstructor(this.InstanceType, this.FullName, typeof(object)); 782throw DataServiceException.CreateBadRequestError(Strings.BadRequest_InvalidPropertyNameSpecified(currentSegment, resourceType.FullName)); 802Strings.PlainXml_EntityTypeNotSupported(propertyType.FullName)); 829currentValue = deserializer.Updatable.CreateResource(null, propertyType.FullName); 1054throw new InvalidOperationException(Strings.ResourceType_PropertyWithSameNameAlreadyExists(resourceProperty.Name, this.FullName)); 1114throw new DataServiceException(500, Strings.BadProvider_UnableToGetPropertyInfo(this.FullName, resourceProperty.Name)); 1174throw new InvalidOperationException(Strings.ResourceType_Sealed(this.FullName)); 1220throw new InvalidOperationException(Strings.ResourceType_PropertyWithSameNameAlreadyExists(rp.Name, this.FullName)); 1228throw new InvalidOperationException(Strings.ResourceType_MissingKeyPropertiesForEntity(this.FullName));
System\Data\Services\Providers\ServiceOperationParameter.cs (1)
43throw new ArgumentException(Strings.ServiceOperationParameter_TypeNotSupported(name, parameterType.FullName));
System\Data\Services\Providers\ServiceOperationWrapper.cs (1)
185throw new InvalidOperationException(Strings.BaseServiceProvider_ServiceOperationTypeHasNoContainer(this.serviceOperation.Name, this.serviceOperation.ResultType.FullName));
System\Data\Services\RequestQueryProcessor.cs (5)
417throw DataServiceException.CreateSyntaxError(Strings.RequestUriProcessor_PropertyNotFound(resourceType.FullName, pathSegment)); 426throw DataServiceException.CreateBadRequestError(Strings.BadRequest_InvalidPropertyNameSpecified(property.Name, resourceType.FullName)); 619throw DataServiceException.CreateSyntaxError(Strings.RequestUriProcessor_PropertyNotFound(currentResourceType.FullName, pathSegment)); 635throw DataServiceException.CreateBadRequestError(Strings.RequestQueryProcessor_PrimitivePropertyUsedAsNavigationProperty(currentResourceType.FullName, pathSegment)); 643throw DataServiceException.CreateBadRequestError(Strings.RequestQueryProcessor_ComplexPropertyAsInnerSelectSegment(currentResourceType.FullName, pathSegment));
System\Data\Services\RequestUriProcessor.cs (1)
957throw DataServiceException.CreateBadRequestError(Strings.BadRequest_KeyCountMismatch(resourceType.FullName));
System\Data\Services\Serializers\Deserializer.cs (1)
961resourceType != null ? resourceType.FullName : null,
System\Data\Services\Serializers\JsonDeserializer.cs (5)
467resource = this.Updatable.CreateResource(null, resourceType.FullName); 478resource = this.Updatable.CreateResource(segmentInfo.TargetContainer.Name, resourceType.FullName); 544throw DataServiceException.CreateBadRequestError(Strings.BadRequest_InvalidPropertyNameSpecified(propertyName, parentResourceType.FullName)); 722throw DataServiceException.CreateBadRequestError(Strings.BadRequest_InvalidTypeSpecified(typeName, expectedType.FullName)); 784throw DataServiceException.CreateBadRequestError(Strings.BadRequest_InvalidPropertyNameSpecified(resourceProperty.Name, parentResourceType.FullName));
System\Data\Services\Serializers\JsonSerializer.cs (3)
414this.writer.WriteValue(resourceType.FullName); 763((customObject is IProjectedResult) && (resourceType.FullName == ((IProjectedResult)customObject).ResourceTypeName)) || 772throw new InvalidOperationException(Strings.BaseServiceProvider_NavigationPropertiesOnDerivedEntityTypesNotSupported(resourceType.FullName, this.CurrentContainer.Name));
System\Data\Services\Serializers\MetadataSerializer.cs (12)
162returnTypeString = resourceType.FullName; 207writer.WriteAttributeString(XmlConstants.Type, parameter.ParameterType.FullName); 354xmlWriter.WriteAttributeString(XmlConstants.BaseType, XmlConvert.EncodeName(entityType.BaseType.FullName)); 489xmlWriter.WriteAttributeString(XmlConstants.Type, resourceProperty.ResourceType.FullName); 512elementName = resourceProperty.ResourceType.FullName; 532elementName = resourceProperty.ResourceType.FullName; 538throw new InvalidOperationException(Strings.MetadataSerializer_NoResourceAssociationSetForNavigationProperty(resourceProperty.Name, type.FullName)); 588xmlWriter.WriteAttributeString(XmlConstants.Type, endInfo.ResourceType.FullName); 686xmlWriter.WriteAttributeString(XmlConstants.EntityType, container.ResourceType.FullName); 1087string associationSetKey = resourceSet.Name + '_' + resourceType.FullName + '_' + navigationProperty.Name; 1115reverseAssociationSetKey = relatedEnd.ResourceSet.Name + '_' + relatedEnd.ResourceProperty.ResourceType.FullName + '_' + relatedEnd.ResourceProperty.Name; 1119reverseAssociationSetKey = relatedEnd.ResourceSet.Name + "_Null_" + resourceType.FullName + '_' + navigationProperty.Name;
System\Data\Services\Serializers\PlainXmlDeserializer.cs (4)
438throw DataServiceException.CreateBadRequestError(Strings.BadRequest_InvalidPropertyNameSpecified(propertyName, resourceType.FullName)); 489Strings.PlainXml_EntityTypeNotSupported(resourceType.FullName)); 526propertyType.FullName); 549propertyValue = this.Updatable.CreateResource(null, propertyType.FullName);
System\Data\Services\Serializers\PlainXmlSerializer.cs (4)
358WriteNullValue(this.writer, propertyName, type.FullName); 363WriteTextValue(this.writer, propertyName, type.FullName, propertyText); 378WriteNullValue(this.writer, propertyName, expectedType.FullName); 391WriteStartElementWithType(this.writer, propertyName, resourceType.FullName);
System\Data\Services\Serializers\SyndicationDeserializer.cs (4)
359throw DataServiceException.CreateBadRequestError(Strings.BadRequest_OnlyEntityTypesMustBeSpecifiedInEntryElement(currentResourceType.FullName)); 411result = this.Updatable.CreateResource(container.Name, currentResourceType.FullName); 470throw DataServiceException.CreateBadRequestError(Strings.BadRequest_InvalidNavigationPropertyName(propertyName, resourceType.FullName)); 625throw DataServiceException.CreateBadRequestError(Strings.BadRequest_InvalidPropertyNameSpecified(propertyName, parentResourceType.FullName));
System\Data\Services\Serializers\SyndicationSerializer.cs (10)
420content.AddNull(expectedType.FullName, propertyName); 430content.Add(propertyName, resourceType.FullName, valueProperties); 469fullName = expectedType.FullName; 504SetEntryTypeName(target, actualResourceType.FullName); 769throw new InvalidOperationException(Strings.BaseServiceProvider_NavigationPropertiesOnDerivedEntityTypesNotSupported(resourceType.FullName, this.CurrentContainer.Name)); 809generator.Emit(OpCodes.Ldstr, property.ResourceType.FullName); 834WritePrimitiveValue(propertyValue, property.Name, property.ResourceType.FullName, content); 876throw new DataServiceException(500, Strings.Syndication_InvalidOpenPropertyName(resourceType.FullName)); 908WritePrimitiveValue(value, propertyName, propertyResourceType.FullName, content); 1003WritePrimitiveValue(propertyValue, propertyName, propertyResourceType.FullName, content);
System\Data\Services\UpdatableWrapper.cs (1)
188throw DataServiceException.CreateBadRequestError(Strings.DataService_CannotPerformOperationWithoutETag(resourceType.FullName));
System\Data\Services\WebUtil.cs (1)
638if (types[i].FullName == typeName)