C# Class Solutionizing.DynamicDemo.Data.DXmlDiscountRepository

Inheritance: XmlDiscountRepositoryBase
ファイルを表示 Open project: dahlbyk/Presentations Class Usage Examples

Public Methods

Method Description
DXmlDiscountRepository ( System.Xml.Linq.XDocument doc ) : System.Collections.Generic

Protected Methods

Method Description
GetDiscounts ( System.Xml.Linq.XDocument doc ) : IEnumerable

Method Details

DXmlDiscountRepository() public method

public DXmlDiscountRepository ( System.Xml.Linq.XDocument doc ) : System.Collections.Generic
doc System.Xml.Linq.XDocument
return System.Collections.Generic

GetDiscounts() protected method

protected GetDiscounts ( System.Xml.Linq.XDocument doc ) : IEnumerable
doc System.Xml.Linq.XDocument
return IEnumerable