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