public OrderCommands.OrderShipGroupAction ToOrderShipGroupAction() { var cmd = new OrderCommands.OrderShipGroupAction(); cmd.Value = this.Value; cmd.OrderShipGroupId = this.OrderShipGroupId; cmd.Version = this.Version; cmd.CommandId = this.CommandId; cmd.RequesterId = this.RequesterId; return(cmd); }
public virtual void When(OrderCommands.OrderShipGroupAction c) { Update(c, ar => ar.OrderShipGroupAction(c.OrderShipGroupId.ShipGroupSeqId, c.Value, c.Version, c.CommandId, c.RequesterId)); }