C# Class Faker.XML

XML class to handle loading data.xml
Afficher le fichier Open project: FermJacob/Faker.Data

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetListObject ( System.Xml.Linq.XName topNode, System.Xml.Linq.XName node ) : List

Gets a object for grabbing node attributes

GetListString ( System.Xml.Linq.XName node ) : List

Gets the list of the data

GetListString ( System.Xml.Linq.XName topNode, System.Xml.Linq.XName node ) : List

Gets the list of the data

Method Details

GetListObject() public static méthode

Gets a object for grabbing node attributes
public static GetListObject ( System.Xml.Linq.XName topNode, System.Xml.Linq.XName node ) : List
topNode System.Xml.Linq.XName Top node name
node System.Xml.Linq.XName Node name
Résultat List

GetListString() public static méthode

Gets the list of the data
public static GetListString ( System.Xml.Linq.XName node ) : List
node System.Xml.Linq.XName Which node to select
Résultat List

GetListString() public static méthode

Gets the list of the data
public static GetListString ( System.Xml.Linq.XName topNode, System.Xml.Linq.XName node ) : List
topNode System.Xml.Linq.XName Which top node to select
node System.Xml.Linq.XName Which node to select
Résultat List