16 references to CustomProperty
System.Data.Services (8)
System\Data\Services\Epm\EpmHelper.cs (3)
155if (epmNsPrefixProperty != null || epmNsUriProperty != null || targetSyndicationItem == SyndicationItemProperty.CustomProperty) 248SyndicationItemProperty targetSyndicationItem = SyndicationItemProperty.CustomProperty; 286targetSyndicationItem = SyndicationItemProperty.CustomProperty;
System\Data\Services\Epm\EpmTargetTree.cs (4)
71bool isSyndication = epmInfo.Attribute.TargetSyndicationItem != SyndicationItemProperty.CustomProperty; 146bool isSyndication = epmInfo.Attribute.TargetSyndicationItem != SyndicationItemProperty.CustomProperty; 235if (epmInfo.Attribute.TargetSyndicationItem != SyndicationItemProperty.CustomProperty) 247if (epmInfo.Attribute.TargetSyndicationItem != SyndicationItemProperty.CustomProperty)
System\Data\Services\Serializers\MetadataSerializer.cs (1)
387if (attr.TargetSyndicationItem == SyndicationItemProperty.CustomProperty)
System.Data.Services.Client (4)
parent\Server\System\Data\Services\Epm\EpmTargetTree.cs (3)
71bool isSyndication = epmInfo.Attribute.TargetSyndicationItem != SyndicationItemProperty.CustomProperty; 146bool isSyndication = epmInfo.Attribute.TargetSyndicationItem != SyndicationItemProperty.CustomProperty; 247if (epmInfo.Attribute.TargetSyndicationItem != SyndicationItemProperty.CustomProperty)
System\Data\Services\Client\EntityPropertyMappingAttribute.cs (1)
232this.targetSyndicationItem = SyndicationItemProperty.CustomProperty;
System.Data.Services.Design (4)
parent\Server\System\Data\Services\Epm\EpmHelper.cs (3)
155if (epmNsPrefixProperty != null || epmNsUriProperty != null || targetSyndicationItem == SyndicationItemProperty.CustomProperty) 248SyndicationItemProperty targetSyndicationItem = SyndicationItemProperty.CustomProperty; 286targetSyndicationItem = SyndicationItemProperty.CustomProperty;
System\Data\EntityModel\Emitters\AttributeEmitter.cs (1)
487if (epmAttr.TargetSyndicationItem != SyndicationItemProperty.CustomProperty)