30 references to Attribute
System.Data.Services (30)
System\Data\Services\Epm\EpmContentDeSerializerBase.cs (2)
92if (!targetSegment.EpmInfo.Attribute.KeepInContent) 94return propertiesApplied.Lookup(targetSegment.EpmInfo.Attribute.SourcePath);
System\Data\Services\Epm\EpmContentSerializer.cs (1)
150foreach (var segment in epmInfo.Attribute.SourcePath.Split('/'))
System\Data\Services\Epm\EpmSourceTree.cs (2)
68String sourceName = epmInfo.Attribute.SourcePath; 105throw new InvalidOperationException(Strings.EpmSourceTree_DuplicateEpmAttrsWithSameSourceName(epmInfo.Attribute.SourcePath, epmInfo.DefiningType.Name));
System\Data\Services\Epm\EpmSyndicationContentDeSerializer.cs (1)
53switch (newRoot.EpmInfo.Attribute.TargetSyndicationItem)
System\Data\Services\Epm\EpmSyndicationContentSerializer.cs (3)
106TextSyndicationContentKind contentKind = (TextSyndicationContentKind)epmInfo.Attribute.TargetTextContentKind; 108switch (epmInfo.Attribute.TargetSyndicationItem) 126this.SetContributorProperty(epmInfo.Attribute.TargetSyndicationItem, textPropertyValue);
System\Data\Services\Epm\EpmTargetTree.cs (17)
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) 235if (epmInfo.Attribute.TargetSyndicationItem != SyndicationItemProperty.CustomProperty) 237return System.Data.Services.Providers.ObjectContextServiceProvider.MapSyndicationPropertyToEpmTargetPath(epmInfo.Attribute.TargetSyndicationItem); 241return epmInfo.Attribute.TargetPath; 247if (epmInfo.Attribute.TargetSyndicationItem != SyndicationItemProperty.CustomProperty) 249return epmInfo.Attribute.TargetSyndicationItem.ToString(); 253return epmInfo.Attribute.TargetPath;
System\Data\Services\Providers\ResourceType.cs (2)
746if (currentSegment.EpmInfo.Attribute.KeepInContent == false) 749currentSegment.EpmInfo.Attribute.SourcePath.Split('/'),
System\Data\Services\Serializers\SyndicationSerializer.cs (2)
366Debug.Assert(epmProperty.EpmInfo.Attribute != null, "Attribute should always be initialized for EpmInfo."); 367if (epmProperty.EpmInfo.Attribute.KeepInContent == false)