C# 클래스 RoastedBytes.Nop.Plugin.Misc.ExtendedVendor.Helpers

파일 보기 프로젝트 열기: RoastedBytes/NopCommerceExtendedVendor

공개 메소드들

메소드 설명
GetPictureUrl ( int pictureId, ICacheManager _cacheManager, IPictureService _pictureService ) : string
ToListModel ( this ExtendedVendor, IPictureService _pictureService, ICacheManager _cacheManager, ICountryService _countryService, IStateProvinceService _stateProvinceService ) : ExtendedVendorListModel
ToListModel ( this VendorReviews, IPictureService _pictureService, IProductService _productService, IVendorService _vendorService, ICustomerService _customerService ) : IList
ToListModel ( this Payout, IOrderService _orderService ) : VendorPayoutListModel
ToListModel ( this Review, IPictureService _pictureService, IProductService _productService, IVendorService _vendorService, ICustomerService _customerService ) : VendorReviewListModel
ToListModel ( this Review, IPictureService _pictureService, Product Product, Vendor Vendor, Nop.Core.Domain.Orders.Order Order ) : VendorReviewListModel
ToModel ( this ExtendedVendor ) : ExtendedVendorModel
ToModel ( this ProductReviews, IPictureService _pictureService ) : IList
ToModel ( this ProductReview, IPictureService _pictureService ) : ProductReviewListModel
ToModel ( this Payout, IOrderService _orderService ) : VendorPayoutModel
ToModel ( this Review, Nop.Core.Domain.Orders.Order Order, Product Product ) : VendorReviewModel

비공개 메소드들

메소드 설명
GetPayoutAmount ( decimal SellingPrice, decimal CommissionPercentage ) : decimal

메소드 상세

GetPictureUrl() 공개 정적인 메소드

public static GetPictureUrl ( int pictureId, ICacheManager _cacheManager, IPictureService _pictureService ) : string
pictureId int
_cacheManager ICacheManager
_pictureService IPictureService
리턴 string

ToListModel() 공개 정적인 메소드

public static ToListModel ( this ExtendedVendor, IPictureService _pictureService, ICacheManager _cacheManager, ICountryService _countryService, IStateProvinceService _stateProvinceService ) : ExtendedVendorListModel
ExtendedVendor this
_pictureService IPictureService
_cacheManager ICacheManager
_countryService ICountryService
_stateProvinceService IStateProvinceService
리턴 RoastedBytes.Nop.Plugin.Misc.ExtendedVendor.Models.ExtendedVendorListModel

ToListModel() 공개 정적인 메소드

public static ToListModel ( this VendorReviews, IPictureService _pictureService, IProductService _productService, IVendorService _vendorService, ICustomerService _customerService ) : IList
VendorReviews this
_pictureService IPictureService
_productService IProductService
_vendorService IVendorService
_customerService ICustomerService
리턴 IList

ToListModel() 공개 정적인 메소드

public static ToListModel ( this Payout, IOrderService _orderService ) : VendorPayoutListModel
Payout this
_orderService IOrderService
리턴 RoastedBytes.Nop.Plugin.Misc.ExtendedVendor.Models.VendorPayoutListModel

ToListModel() 공개 정적인 메소드

public static ToListModel ( this Review, IPictureService _pictureService, IProductService _productService, IVendorService _vendorService, ICustomerService _customerService ) : VendorReviewListModel
Review this
_pictureService IPictureService
_productService IProductService
_vendorService IVendorService
_customerService ICustomerService
리턴 RoastedBytes.Nop.Plugin.Misc.ExtendedVendor.Models.VendorReviewListModel

ToListModel() 공개 정적인 메소드

public static ToListModel ( this Review, IPictureService _pictureService, Product Product, Vendor Vendor, Nop.Core.Domain.Orders.Order Order ) : VendorReviewListModel
Review this
_pictureService IPictureService
Product Nop.Core.Domain.Catalog.Product
Vendor Vendor
Order Nop.Core.Domain.Orders.Order
리턴 RoastedBytes.Nop.Plugin.Misc.ExtendedVendor.Models.VendorReviewListModel

ToModel() 공개 정적인 메소드

public static ToModel ( this ExtendedVendor ) : ExtendedVendorModel
ExtendedVendor this
리턴 RoastedBytes.Nop.Plugin.Misc.ExtendedVendor.Models.ExtendedVendorModel

ToModel() 공개 정적인 메소드

public static ToModel ( this ProductReviews, IPictureService _pictureService ) : IList
ProductReviews this
_pictureService IPictureService
리턴 IList

ToModel() 공개 정적인 메소드

public static ToModel ( this ProductReview, IPictureService _pictureService ) : ProductReviewListModel
ProductReview this
_pictureService IPictureService
리턴 RoastedBytes.Nop.Plugin.Misc.ExtendedVendor.Models.ProductReviewListModel

ToModel() 공개 정적인 메소드

public static ToModel ( this Payout, IOrderService _orderService ) : VendorPayoutModel
Payout this
_orderService IOrderService
리턴 RoastedBytes.Nop.Plugin.Misc.ExtendedVendor.Models.VendorPayoutModel

ToModel() 공개 정적인 메소드

public static ToModel ( this Review, Nop.Core.Domain.Orders.Order Order, Product Product ) : VendorReviewModel
Review this
Order Nop.Core.Domain.Orders.Order
Product Nop.Core.Domain.Catalog.Product
리턴 RoastedBytes.Nop.Plugin.Misc.ExtendedVendor.Models.VendorReviewModel