Method | Description | |
---|---|---|
Auction ( ) : System | ||
Auction ( System.Guid auctionId, string description, System.DateTime endsAt, System.Guid userId ) : System | ||
Close ( System.DateTime closeAt ) : void | ||
PlaceBid ( System.Guid bidId, System.Guid userId, double amount, System.DateTime bidPlacedAt ) : void |
Method | Description | |
---|---|---|
Apply ( AuctionClosed @event ) : void | ||
Apply ( AuctionRegistered @event ) : void | ||
Apply ( BidPlaced @event ) : void | ||
Apply ( BidRejected @event ) : void |
public Auction ( System.Guid auctionId, string description, System.DateTime endsAt, System.Guid userId ) : System | ||
auctionId | System.Guid | |
description | string | |
endsAt | System.DateTime | |
userId | System.Guid | |
return | System |
public Close ( System.DateTime closeAt ) : void | ||
closeAt | System.DateTime | |
return | void |
public PlaceBid ( System.Guid bidId, System.Guid userId, double amount, System.DateTime bidPlacedAt ) : void | ||
bidId | System.Guid | |
userId | System.Guid | |
amount | double | |
bidPlacedAt | System.DateTime | |
return | void |