C# Класс Nop.Plugin.Shipping.ByWeight.Services.ShippingByWeightService

Наследование: IShippingByWeightService
Показать файл Открыть проект

Открытые методы

Метод Описание
DeleteShippingByWeightRecord ( ShippingByWeightRecord shippingByWeightRecord ) : void
FindRecord ( int shippingMethodId, int countryId, int stateProvinceId, string zip, decimal weight ) : ShippingByWeightRecord
GetAll ( int pageIndex, int pageSize = int.MaxValue ) : IPagedList
GetById ( int shippingByWeightRecordId ) : ShippingByWeightRecord
InsertShippingByWeightRecord ( ShippingByWeightRecord shippingByWeightRecord ) : void
ShippingByWeightService ( ICacheManager cacheManager, IRepository sbwRepository ) : System
UpdateShippingByWeightRecord ( ShippingByWeightRecord shippingByWeightRecord ) : void

Описание методов

DeleteShippingByWeightRecord() публичный Метод

public DeleteShippingByWeightRecord ( ShippingByWeightRecord shippingByWeightRecord ) : void
shippingByWeightRecord Nop.Plugin.Shipping.ByWeight.Domain.ShippingByWeightRecord
Результат void

FindRecord() публичный Метод

public FindRecord ( int shippingMethodId, int countryId, int stateProvinceId, string zip, decimal weight ) : ShippingByWeightRecord
shippingMethodId int
countryId int
stateProvinceId int
zip string
weight decimal
Результат Nop.Plugin.Shipping.ByWeight.Domain.ShippingByWeightRecord

GetAll() публичный Метод

public GetAll ( int pageIndex, int pageSize = int.MaxValue ) : IPagedList
pageIndex int
pageSize int
Результат IPagedList

GetById() публичный Метод

public GetById ( int shippingByWeightRecordId ) : ShippingByWeightRecord
shippingByWeightRecordId int
Результат Nop.Plugin.Shipping.ByWeight.Domain.ShippingByWeightRecord

InsertShippingByWeightRecord() публичный Метод

public InsertShippingByWeightRecord ( ShippingByWeightRecord shippingByWeightRecord ) : void
shippingByWeightRecord Nop.Plugin.Shipping.ByWeight.Domain.ShippingByWeightRecord
Результат void

ShippingByWeightService() публичный Метод

public ShippingByWeightService ( ICacheManager cacheManager, IRepository sbwRepository ) : System
cacheManager ICacheManager
sbwRepository IRepository
Результат System

UpdateShippingByWeightRecord() публичный Метод

public UpdateShippingByWeightRecord ( ShippingByWeightRecord shippingByWeightRecord ) : void
shippingByWeightRecord Nop.Plugin.Shipping.ByWeight.Domain.ShippingByWeightRecord
Результат void