21 references to Attribute
System.Data.Services.Client (21)
parent\Server\System\Data\Services\Epm\EpmSourceTree.cs (2)
68
String sourceName = epmInfo.
Attribute
.SourcePath;
110
throw new InvalidOperationException(Strings.EpmSourceTree_DuplicateEpmAttrsWithSameSourceName(epmInfo.
Attribute
.SourcePath, epmInfo.DefiningType.Name));
parent\Server\System\Data\Services\Epm\EpmTargetTree.cs (14)
70
String targetName = epmInfo.
Attribute
.TargetPath;
71
bool isSyndication = epmInfo.
Attribute
.TargetSyndicationItem != SyndicationItemProperty.CustomProperty;
72
String namespaceUri = epmInfo.
Attribute
.TargetNamespaceUri;
73
String namespacePrefix = epmInfo.
Attribute
.TargetNamespacePrefix;
121
throw new ArgumentException(Strings.EpmTargetTree_DuplicateEpmAttrsWithSameTargetName(EpmTargetTree.GetPropertyNameFromEpmInfo(currentSegment.EpmInfo), currentSegment.EpmInfo.DefiningType.Name, currentSegment.EpmInfo.
Attribute
.SourcePath, epmInfo.
Attribute
.SourcePath));
125
if (!epmInfo.
Attribute
.KeepInContent)
145
String targetName = epmInfo.
Attribute
.TargetPath;
146
bool isSyndication = epmInfo.
Attribute
.TargetSyndicationItem != SyndicationItemProperty.CustomProperty;
147
String namespaceUri = epmInfo.
Attribute
.TargetNamespaceUri;
188
if (!currentSegment.EpmInfo.
Attribute
.KeepInContent)
247
if (epmInfo.
Attribute
.TargetSyndicationItem != SyndicationItemProperty.CustomProperty)
249
return epmInfo.
Attribute
.TargetSyndicationItem.ToString();
253
return epmInfo.
Attribute
.TargetPath;
System\Data\Services\Client\AtomMaterializer.cs (2)
1483
string path = segment.EpmInfo.
Attribute
.SourcePath;
1500
SetValueOnPath(entry.DataValues, item.EpmInfo.
Attribute
.SourcePath, attribute.Value, null);
System\Data\Services\Client\DataServiceContext.cs (1)
3316
if (propertyValue == null || matchedSegment == null || matchedSegment.EpmInfo.
Attribute
.KeepInContent)
System\Data\Services\Client\Epm\EpmSyndicationContentSerializer.cs (2)
85
switch (epmInfo.
Attribute
.TargetTextContentKind)
123
switch (epmInfo.
Attribute
.TargetSyndicationItem)