C# Class Rock.Lava.Blocks.WebRequest.ExpandoObjectHelper

Helper class to turn XML in an expando
Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

Méthode Description
Parse ( dynamic parent, System.Xml.Linq.XElement node, List knownLists = null ) : void

Private Methods

Méthode Description
AddProperty ( dynamic parent, string name, object value ) : void

Method Details

Parse() public static méthode

public static Parse ( dynamic parent, System.Xml.Linq.XElement node, List knownLists = null ) : void
parent dynamic
node System.Xml.Linq.XElement
knownLists List
Résultat void