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