Region
public class Region : RegionReadOnly
Inheritance
- class RegionReadOnly
Namespace
Methods
Create (1 of 2)
public static Region Create(IUnitOfWork uow, Guid storeId, Guid countryId, string code, string name)
Create (2 of 2)
public static Region Create(IUnitOfWork uow, Guid id, Guid storeId, Guid countryId, string code,
string name)
ClearDefaultPaymentMethod
public Region ClearDefaultPaymentMethod()
ClearDefaultShippingMethod
public Region ClearDefaultShippingMethod()
SetCode
public Region SetCode(string code)
SetDefaultPaymentMethod
public Region SetDefaultPaymentMethod(Guid? paymentMethodId)
SetDefaultShippingMethod
public Region SetDefaultShippingMethod(Guid? shippingMethodId)
SetName
public Region SetName(string name)
SetSortOrder
public Region SetSortOrder(int sortOrder)