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

파일 보기 프로젝트 열기: WindowsAzure-Toolkits/wa-toolkit-wp-nugets

보호된 메소드들

메소드 설명
EpmContentSerializerBase ( EpmTargetTree tree, bool isSyndication, object element, XmlWriter target ) : System.Collections.Generic
Serialize ( EpmTargetPathSegment targetSegment, EpmSerializationKind kind ) : void

비공개 메소드들

메소드 설명
Serialize ( ) : void

메소드 상세

EpmContentSerializerBase() 보호된 메소드

protected EpmContentSerializerBase ( EpmTargetTree tree, bool isSyndication, object element, XmlWriter target ) : System.Collections.Generic
tree EpmTargetTree
isSyndication bool
element object
target System.Xml.XmlWriter
리턴 System.Collections.Generic

Serialize() 보호된 메소드

protected Serialize ( EpmTargetPathSegment targetSegment, EpmSerializationKind kind ) : void
targetSegment EpmTargetPathSegment
kind EpmSerializationKind
리턴 void