13 references to HasEntityPropertyMappings
System.Data.Services (13)
System\Data\Services\Epm\EpmContentDeSerializer.cs (1)
38
Debug.Assert(resourceType.
HasEntityPropertyMappings
== true, "Must have entity property mappings to instantiate EpmContentDeSerializer");
System\Data\Services\Epm\EpmContentSerializer.cs (1)
76
return this.resourceType.
HasEntityPropertyMappings
;
System\Data\Services\Providers\BasicExpandProvider.cs (1)
991
if (resourceType.
HasEntityPropertyMappings
)
System\Data\Services\Providers\ResourceType.cs (4)
483
this.basesHaveEpmInfo = this.BaseType != null ? this.BaseType.
HasEntityPropertyMappings
: false;
506
return !this.
HasEntityPropertyMappings
|| this.EpmTargetTree.IsV1Compatible;
1133
if (currentResourceType.
HasEntityPropertyMappings
)
1259
if (this.
HasEntityPropertyMappings
&& !this.EpmInfoInitialized)
System\Data\Services\Serializers\MetadataSerializer.cs (3)
347
if (entityType.
HasEntityPropertyMappings
)
502
if (type.
HasEntityPropertyMappings
)
518
if (type.
HasEntityPropertyMappings
)
System\Data\Services\Serializers\SyndicationDeserializer.cs (2)
394
(HasContent(item) || currentResourceType.
HasEntityPropertyMappings
|| currentResourceType.IsMediaLinkEntry);
423
if (currentResourceType.
HasEntityPropertyMappings
)
System\Data\Services\Serializers\SyndicationSerializer.cs (1)
526
this.WriteObjectProperties(expanded, element, actualResourceType, absoluteUri, relativeUri, target, content, actualResourceType.
HasEntityPropertyMappings
? actualResourceType.EpmSourceTree.Root : null);