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