C# 클래스 Microsoft.WindowsAzure.Samples.Data.Services.Client.EntityPropertyMappingAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: WindowsAzure-Toolkits/wa-toolkit-wp-nugets 1 사용 예제들

공개 메소드들

메소드 설명
EntityPropertyMappingAttribute ( string sourcePath, SyndicationItemProperty targetSyndicationItem, SyndicationTextContentKind targetTextContentKind, bool keepInContent ) : System
EntityPropertyMappingAttribute ( string sourcePath, string targetPath, string targetNamespacePrefix, string targetNamespaceUri, bool keepInContent ) : System

비공개 메소드들

메소드 설명
SyndicationItemPropertyToPath ( SyndicationItemProperty targetSyndicationItem ) : string

메소드 상세

EntityPropertyMappingAttribute() 공개 메소드

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

EntityPropertyMappingAttribute() 공개 메소드

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