C# Class Faker.XML

XML class to handle loading data.xml
Exibir arquivo Open project: FermJacob/Faker.Data

Private Properties

Property Type Description

Public Methods

Method 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 method

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
return List

GetListString() public static method

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

GetListString() public static method

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
return List