FrozenPrice
public class FrozenPrice : EntityBase
Inheritance
- class EntityBase
Namespace
Constructors
FrozenPrice (1 of 2)
public FrozenPrice(Guid orderId, string key, FreezablePrice price)
FrozenPrice (2 of 2)
public FrozenPrice(Guid id, Guid orderId, string key, FreezablePrice price, DateTime created)
Properties
CreateDate
public DateTime CreateDate { get; set; }
Id
public override Guid Id { get; }
Key
public string Key { get; }
OrderId
public Guid OrderId { get; }
Price
public FreezablePrice Price { get; set; }
Methods
DeepClone
public override object DeepClone()