14 references to Primitive
System.Data.Services (14)
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 (2)
1411
kind = ResourcePropertyKind.Key | ResourcePropertyKind.
Primitive
;
1415
kind = ResourcePropertyKind.
Primitive
;
System\Data\Services\Providers\ReflectionServiceProvider.cs (4)
666
kind = ResourcePropertyKind.Key | ResourcePropertyKind.
Primitive
;
671
kind = ResourcePropertyKind.Key | ResourcePropertyKind.
Primitive
;
675
kind = ResourcePropertyKind.
Primitive
;
680
kind = ResourcePropertyKind.
Primitive
;
System\Data\Services\Providers\ResourceProperty.cs (4)
250
kind != ResourcePropertyKind.
Primitive
&&
251
kind != (ResourcePropertyKind.
Primitive
| ResourcePropertyKind.Key) &&
252
kind != (ResourcePropertyKind.
Primitive
| ResourcePropertyKind.ETag))
275
if (IsOfKind(kind, ResourcePropertyKind.
Primitive
))
System\Data\Services\Providers\ResourceType.cs (1)
1072
Debug.Assert(property.IsOfKind(ResourcePropertyKind.
Primitive
), "This check must have been done in ResourceProperty.ValidatePropertyParameters method");
System\Data\Services\RequestUriProcessor.cs (1)
893
Debug.Assert(segment.ProjectedProperty.IsOfKind(ResourcePropertyKind.
Primitive
), "must be primitive type property");
System\Data\Services\Serializers\MetadataSerializer.cs (1)
559
Debug.Assert(resourceProperty.IsOfKind(ResourcePropertyKind.
Primitive
), "property must be of primitive type");