C# Class Solutionizing.DynamicDemo.Data.DXmlDiscountRepository

Inheritance: XmlDiscountRepositoryBase
Afficher le fichier Open project: dahlbyk/Presentations Class Usage Examples

Méthodes publiques

Méthode Description
DXmlDiscountRepository ( System.Xml.Linq.XDocument doc ) : System.Collections.Generic

Méthodes protégées

Méthode Description
GetDiscounts ( System.Xml.Linq.XDocument doc ) : IEnumerable

Method Details

DXmlDiscountRepository() public méthode

public DXmlDiscountRepository ( System.Xml.Linq.XDocument doc ) : System.Collections.Generic
doc System.Xml.Linq.XDocument
Résultat System.Collections.Generic

GetDiscounts() protected méthode

protected GetDiscounts ( System.Xml.Linq.XDocument doc ) : IEnumerable
doc System.Xml.Linq.XDocument
Résultat IEnumerable