FreezablePrice
public class FreezablePrice : ValueObjectBase
Inheritance
- class ValueObjectBase
Namespace
Constructors
FreezablePrice (1 of 2)
public FreezablePrice(decimal value, Guid currencyId)
FreezablePrice (2 of 2)
public FreezablePrice(decimal value, Guid currencyId, Guid? countryId,
Guid? regionId = default(Guid?))
Properties
CountryId
public Guid? CountryId { get; }
CurrencyId
public Guid CurrencyId { get; }
RegionId
public Guid? RegionId { get; }
Value
public decimal Value { get; }
Methods
DeepClone
public override object DeepClone()
Operators
FreezablePrice Implicit (1 of 4)
public static implicit operator FreezablePrice(ProductPrice p)
FreezablePrice Implicit (2 of 4)
public static implicit operator ProductPrice(FreezablePrice p)
FreezablePrice Implicit (3 of 4)
public static implicit operator FreezablePrice(ServicePrice p)
FreezablePrice Implicit (4 of 4)
public static implicit operator ServicePrice(FreezablePrice p)