Currency
public class Currency : CurrencyReadOnly, IHasWrtiableAllowedCountries<Currency>
Inheritance
- class CurrencyReadOnly
- interface IHasWrtiableAllowedCountries<TAggregate>
Namespace
Methods
Create (1 of 2)
public static Currency Create(IUnitOfWork uow, Guid storeId, string code, string name,
string cultureName)
Create (2 of 2)
public static Currency Create(IUnitOfWork uow, Guid id, Guid storeId, string code, string name,
string cultureName)
AllowInCountry (1 of 2)
public Currency AllowInCountry(CountryReadOnly country)
AllowInCountry (2 of 2)
public Currency AllowInCountry(Guid countryId)
DisallowInCountry (1 of 2)
public Currency DisallowInCountry(CountryReadOnly country)
DisallowInCountry (2 of 2)
public Currency DisallowInCountry(Guid countryId)
SetCode
public Currency SetCode(string code)
SetCulture
public Currency SetCulture(string cultureName)
SetCustomFormatTemplate
public Currency SetCustomFormatTemplate(string formatTemplate)
SetName
public Currency SetName(string name)
SetSortOrder
public Currency SetSortOrder(int sortOrder)