RegionReadOnly
public class RegionReadOnly : StoreAggregateBase<RegionReadOnly, Region, RegionState>, IHasName
Inheritance
- class StoreAggregateBase<TReadOnlySelf,TWritableSelf,TState>
- interface IHasName
Namespace
Properties
Code
public string Code { get; }
CountryId
public Guid CountryId { 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; }