C# Class Kooboo.Commerce.Promotions.PromotionsExtensions

Mostrar archivo Open project: Kooboo/Ecommerce

Public Methods

Method Description
ByCoupon ( this query, string coupon ) : Kooboo.Commerce.Promotions.Promotion
WhereAvailableNow ( this query ) : IQueryable
WhereAvailableNow ( this query, System.DateTime utcNow ) : IQueryable

Method Details

ByCoupon() public static method

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

WhereAvailableNow() public static method

public static WhereAvailableNow ( this query ) : IQueryable
query this
return IQueryable

WhereAvailableNow() public static method

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