C# 클래스 Solutionizing.DynamicDemo.Data.XmlDiscountRepositoryBase

상속: IDiscountRepository
파일 보기 프로젝트 열기: dahlbyk/Presentations

보호된 프로퍼티들

프로퍼티 타입 설명
discounts Discount>.Dictionary

공개 메소드들

메소드 설명
GetAll ( ) : IEnumerable
GetByCode ( string code ) : Discount

보호된 메소드들

메소드 설명
GetDiscounts ( System.Xml.Linq.XDocument doc ) : IEnumerable
XmlDiscountRepositoryBase ( System.Xml.Linq.XDocument doc ) : System.Collections.Generic

메소드 상세

GetAll() 공개 메소드

public GetAll ( ) : IEnumerable
리턴 IEnumerable

GetByCode() 공개 메소드

public GetByCode ( string code ) : Discount
code string
리턴 Discount

GetDiscounts() 보호된 추상적인 메소드

protected abstract GetDiscounts ( System.Xml.Linq.XDocument doc ) : IEnumerable
doc System.Xml.Linq.XDocument
리턴 IEnumerable

XmlDiscountRepositoryBase() 보호된 메소드

protected XmlDiscountRepositoryBase ( System.Xml.Linq.XDocument doc ) : System.Collections.Generic
doc System.Xml.Linq.XDocument
리턴 System.Collections.Generic

프로퍼티 상세

discounts 보호되어 있는 프로퍼티

protected Dictionary discounts
리턴 Discount>.Dictionary