CurrencyReadOnly
public class CurrencyReadOnly : StoreAggregateBase<CurrencyReadOnly, Currency, CurrencyState>,
IHasName, IHasReadableAllowedCountries
Inheritance
- class StoreAggregateBase<TReadOnlySelf,TWritableSelf,TState>
- interface IHasName
- interface IHasReadableAllowedCountries
Namespace
Properties
AllowedCountries
public IReadOnlyCollection<AllowedCountry> AllowedCountries { get; }
Code
public string Code { get; }
CultureName
public string CultureName { get; }
FormatTemplate
public string FormatTemplate { get; }
IsDeleted
public bool IsDeleted { get; }
Name
public string Name { get; }
SortOrder
public int SortOrder { get; }
Methods
IsAllowedInCountry (1 of 2)
public bool IsAllowedInCountry(CountryReadOnly country)
IsAllowedInCountry (2 of 2)
public bool IsAllowedInCountry(Guid countryId)