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

Inheritance: System.Attribute
Afficher le fichier Open project: WindowsAzure-Toolkits/wa-toolkit-wp-nugets Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
SyndicationItemPropertyToPath ( SyndicationItemProperty targetSyndicationItem ) : string

Method Details

EntityPropertyMappingAttribute() public méthode

public EntityPropertyMappingAttribute ( string sourcePath, SyndicationItemProperty targetSyndicationItem, SyndicationTextContentKind targetTextContentKind, bool keepInContent ) : System
sourcePath string
targetSyndicationItem SyndicationItemProperty
targetTextContentKind SyndicationTextContentKind
keepInContent bool
Résultat System

EntityPropertyMappingAttribute() public méthode

public EntityPropertyMappingAttribute ( string sourcePath, string targetPath, string targetNamespacePrefix, string targetNamespaceUri, bool keepInContent ) : System
sourcePath string
targetPath string
targetNamespacePrefix string
targetNamespaceUri string
keepInContent bool
Résultat System