C# Class SL2JS.XamlToJsonConverter

Afficher le fichier Open project: robashton/SLJS Class Usage Examples

Méthodes publiques

Méthode Description
WriteTo ( string jsonFilepath ) : void
XamlToJsonConverter ( XmlReader input ) : System

Private Methods

Méthode Description
Ascend ( ) : void
Descend ( ) : void
GetCurrentAttributeName ( ) : string
Next ( ) : bool
ParseContent ( JsonWriter writer ) : void
ParseDocument ( JsonWriter writer ) : void
ParseElement ( JsonWriter writer ) : void
ParseElementAttributes ( JsonWriter writer ) : void
ParseElementChildren ( JsonWriter writer ) : void

Method Details

WriteTo() public méthode

public WriteTo ( string jsonFilepath ) : void
jsonFilepath string
Résultat void

XamlToJsonConverter() public méthode

public XamlToJsonConverter ( XmlReader input ) : System
input System.Xml.XmlReader
Résultat System