C# Class Microsoft.WindowsAzure.Samples.Data.Services.Client.EntityPropertyMappingAttribute

Inheritance: System.Attribute
Show file Open project: WindowsAzure-Toolkits/wa-toolkit-wp-nugets Class Usage Examples

Public Methods

Method Description
EntityPropertyMappingAttribute ( string sourcePath, SyndicationItemProperty targetSyndicationItem, SyndicationTextContentKind targetTextContentKind, bool keepInContent ) : System
EntityPropertyMappingAttribute ( string sourcePath, string targetPath, string targetNamespacePrefix, string targetNamespaceUri, bool keepInContent ) : System

Private Methods

Method Description
SyndicationItemPropertyToPath ( SyndicationItemProperty targetSyndicationItem ) : string

Method Details

EntityPropertyMappingAttribute() public method

public EntityPropertyMappingAttribute ( string sourcePath, SyndicationItemProperty targetSyndicationItem, SyndicationTextContentKind targetTextContentKind, bool keepInContent ) : System
sourcePath string
targetSyndicationItem SyndicationItemProperty
targetTextContentKind SyndicationTextContentKind
keepInContent bool
return System

EntityPropertyMappingAttribute() public method

public EntityPropertyMappingAttribute ( string sourcePath, string targetPath, string targetNamespacePrefix, string targetNamespaceUri, bool keepInContent ) : System
sourcePath string
targetPath string
targetNamespacePrefix string
targetNamespaceUri string
keepInContent bool
return System