Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

EntityPropertyMappingAttribute Constructor (String^, SyndicationItemProperty, SyndicationTextContentKind, Boolean)

 

Creates a new instance of the EntityPropertyMappingAttribute.

Namespace:   System.Data.Services.Common
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
Return to top
Show:
© 2017 Microsoft