C# 클래스 Kooboo.Commerce.Promotions.PromotionsExtensions

파일 보기 프로젝트 열기: Kooboo/Ecommerce

공개 메소드들

메소드 설명
ByCoupon ( this query, string coupon ) : Kooboo.Commerce.Promotions.Promotion
WhereAvailableNow ( this query ) : IQueryable
WhereAvailableNow ( this query, System.DateTime utcNow ) : IQueryable

메소드 상세

ByCoupon() 공개 정적인 메소드

public static ByCoupon ( this query, string coupon ) : Kooboo.Commerce.Promotions.Promotion
query this
coupon string
리턴 Kooboo.Commerce.Promotions.Promotion

WhereAvailableNow() 공개 정적인 메소드

public static WhereAvailableNow ( this query ) : IQueryable
query this
리턴 IQueryable

WhereAvailableNow() 공개 정적인 메소드

public static WhereAvailableNow ( this query, System.DateTime utcNow ) : IQueryable
query this
utcNow System.DateTime
리턴 IQueryable