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