CountryReadOnly
public class CountryReadOnly : StoreAggregateBase<CountryReadOnly, Country, CountryState>, IHasName
Inheritance
- class StoreAggregateBase<TReadOnlySelf,TWritableSelf,TState>
- interface IHasName
Namespace
Properties
Code
public string Code { get; }
DefaultCurrencyId
public Guid? DefaultCurrencyId { get; }
DefaultPaymentMethodId
public Guid? DefaultPaymentMethodId { get; }
DefaultShippingMethodId
public Guid? DefaultShippingMethodId { get; }
IsDeleted
public bool IsDeleted { get; }
Name
public string Name { get; }
SortOrder
public int SortOrder { get; }