12 references to ComplexType
System.Data.Services (12)
System\Data\Services\Providers\EntityPropertyMappingInfo.cs (1)
203if (!resourceProperty.IsOfKind(currentSegment == srcPathSegments.Length - 1 ? ResourcePropertyKind.Primitive : ResourcePropertyKind.ComplexType))
System\Data\Services\Providers\ObjectContextServiceProvider.cs (5)
1420kind = ResourcePropertyKind.ComplexType; 2126if (resourceProperty.IsOfKind(ResourcePropertyKind.ComplexType) && propertyInformation.PathGiven) 2158if (resourceProperty.IsOfKind(ResourcePropertyKind.ComplexType)) 2175if (resourceProperty.IsOfKind(ResourcePropertyKind.ComplexType)) 2259if (subProperty.IsOfKind(ResourcePropertyKind.ComplexType))
System\Data\Services\Providers\ReflectionServiceProvider.cs (2)
685kind = ResourcePropertyKind.ComplexType; 700kind = ResourcePropertyKind.ComplexType;
System\Data\Services\Providers\ResourceProperty.cs (2)
249kind != ResourcePropertyKind.ComplexType && 283if (IsOfKind(kind, ResourcePropertyKind.ComplexType))
System\Data\Services\RequestUriProcessor.cs (1)
879case ResourcePropertyKind.ComplexType:
System\Data\Services\Serializers\MetadataSerializer.cs (1)
508else if (resourceProperty.Kind == ResourcePropertyKind.ComplexType)