EntityPropertyMappingAttribute Constructor (String^, SyndicationItemProperty, SyndicationTextContentKind, Boolean)
.NET Framework (current version)
Creates a new instance of the EntityPropertyMappingAttribute.
Assembly: System.Data.Services.Client (in System.Data.Services.Client.dll)
public: EntityPropertyMappingAttribute( String^ sourcePath, SyndicationItemProperty targetSyndicationItem, SyndicationTextContentKind targetTextContentKind, bool keepInContent )
Parameters
- sourcePath
-
Type:
System::String^
The name of the property, as string, of the entity type that is mapped to the specified property of the feed item.
- targetSyndicationItem
-
Type:
System.Data.Services.Common::SyndicationItemProperty
A SyndicationItemProperty value that represents the element in the feed to which to map the property. This value must be set to None if the TargetPath is not null.
- targetTextContentKind
-
Type:
System.Data.Services.Common::SyndicationTextContentKind
A TargetTextContentKind value that identifies the format of the content to display in the feed.
- keepInContent
-
Type:
System::Boolean
Boolean value that is true when the property being mapped should appear both in its mapped-to location and in the content section of the feed.
.NET Framework
Available since 3.5
Silverlight
Available since 4.0
Available since 3.5
Silverlight
Available since 4.0
Show: