C# Class Kooboo.Commerce.Promotions.PromotionsExtensions

Afficher le fichier Open project: Kooboo/Ecommerce

Méthodes publiques

Méthode 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 méthode

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

WhereAvailableNow() public static méthode

public static WhereAvailableNow ( this query ) : IQueryable
query this
Résultat IQueryable

WhereAvailableNow() public static méthode

public static WhereAvailableNow ( this query, System.DateTime utcNow ) : IQueryable
query this
utcNow System.DateTime
Résultat IQueryable