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

Afficher le fichier Open project: WindowsAzure-Toolkits/wa-toolkit-wp-nugets

Méthodes protégées

Méthode Description
EpmContentSerializerBase ( EpmTargetTree tree, bool isSyndication, object element, XmlWriter target ) : System.Collections.Generic
Serialize ( EpmTargetPathSegment targetSegment, EpmSerializationKind kind ) : void

Private Methods

Méthode Description
Serialize ( ) : void

Method Details

EpmContentSerializerBase() protected méthode

protected EpmContentSerializerBase ( EpmTargetTree tree, bool isSyndication, object element, XmlWriter target ) : System.Collections.Generic
tree EpmTargetTree
isSyndication bool
element object
target System.Xml.XmlWriter
Résultat System.Collections.Generic

Serialize() protected méthode

protected Serialize ( EpmTargetPathSegment targetSegment, EpmSerializationKind kind ) : void
targetSegment EpmTargetPathSegment
kind EpmSerializationKind
Résultat void