Method | Description | |
---|---|---|
GetPictureUrl ( int pictureId, ICacheManager _cacheManager, IPictureService _pictureService ) : string | ||
ToListModel ( this ExtendedVendor, IPictureService _pictureService, ICacheManager _cacheManager, ICountryService _countryService, IStateProvinceService _stateProvinceService ) : |
||
ToListModel ( this |
||
ToListModel ( this Payout, IOrderService _orderService ) : |
||
ToListModel ( this Review, IPictureService _pictureService, IProductService _productService, IVendorService _vendorService, ICustomerService _customerService ) : |
||
ToListModel ( this Review, IPictureService _pictureService, |
||
ToModel ( this ExtendedVendor ) : |
||
ToModel ( this |
||
ToModel ( this ProductReview, IPictureService _pictureService ) : |
||
ToModel ( this Payout, IOrderService _orderService ) : |
||
ToModel ( this Review, Nop.Core.Domain.Orders.Order Order, |
Method | Description | |
---|---|---|
GetPayoutAmount ( decimal SellingPrice, decimal CommissionPercentage ) : decimal |
public static GetPictureUrl ( int pictureId, ICacheManager _cacheManager, IPictureService _pictureService ) : string | ||
pictureId | int | |
_cacheManager | ICacheManager | |
_pictureService | IPictureService | |
return | string |
public static ToListModel ( this ExtendedVendor, IPictureService _pictureService, ICacheManager _cacheManager, ICountryService _countryService, IStateProvinceService _stateProvinceService ) : |
||
ExtendedVendor | this | |
_pictureService | IPictureService | |
_cacheManager | ICacheManager | |
_countryService | ICountryService | |
_stateProvinceService | IStateProvinceService | |
return |
public static ToListModel ( this |
||
VendorReviews | this |
|
_pictureService | IPictureService | |
_productService | IProductService | |
_vendorService | IVendorService | |
_customerService | ICustomerService | |
return | IList |
public static ToListModel ( this Payout, IOrderService _orderService ) : |
||
Payout | this | |
_orderService | IOrderService | |
return |
public static ToListModel ( this Review, IPictureService _pictureService, IProductService _productService, IVendorService _vendorService, ICustomerService _customerService ) : |
||
Review | this | |
_pictureService | IPictureService | |
_productService | IProductService | |
_vendorService | IVendorService | |
_customerService | ICustomerService | |
return |
public static ToListModel ( this Review, IPictureService _pictureService, |
||
Review | this | |
_pictureService | IPictureService | |
Product | ||
Vendor | Vendor | |
Order | Nop.Core.Domain.Orders.Order | |
return |
public static ToModel ( this ExtendedVendor ) : |
||
ExtendedVendor | this | |
return |
public static ToModel ( this |
||
ProductReviews | this |
|
_pictureService | IPictureService | |
return | IList |
public static ToModel ( this ProductReview, IPictureService _pictureService ) : |
||
ProductReview | this | |
_pictureService | IPictureService | |
return |
public static ToModel ( this Payout, IOrderService _orderService ) : |
||
Payout | this | |
_orderService | IOrderService | |
return |
public static ToModel ( this Review, Nop.Core.Domain.Orders.Order Order, |
||
Review | this | |
Order | Nop.Core.Domain.Orders.Order | |
Product | ||
return |