Method | Description | |
---|---|---|
Add ( Movement movement ) : void | ||
DeleteById ( System.Guid movementId ) : Task |
||
GetActiveMovements ( System.Guid notificationId ) : Task |
||
GetAllMovements ( System.Guid notificationId ) : Task |
||
GetById ( System.Guid movementId ) : Task |
||
GetByNumberOrDefault ( int movementNumber, System.Guid notificationId ) : Task |
||
GetLatestMovementNumber ( System.Guid notificationId ) : Task |
||
GetMovementsByIds ( System.Guid notificationId, IEnumerable |
||
GetMovementsByStatus ( System.Guid notificationId, MovementStatus status ) : Task |
||
MovementRepository ( IwsContext context, INotificationApplicationAuthorization notificationAuthorization ) : System |
public DeleteById ( System.Guid movementId ) : Task |
||
movementId | System.Guid | |
return | Task |
public GetActiveMovements ( System.Guid notificationId ) : Task |
||
notificationId | System.Guid | |
return | Task |
public GetAllMovements ( System.Guid notificationId ) : Task |
||
notificationId | System.Guid | |
return | Task |
public GetById ( System.Guid movementId ) : Task |
||
movementId | System.Guid | |
return | Task |
public GetByNumberOrDefault ( int movementNumber, System.Guid notificationId ) : Task |
||
movementNumber | int | |
notificationId | System.Guid | |
return | Task |
public GetLatestMovementNumber ( System.Guid notificationId ) : Task |
||
notificationId | System.Guid | |
return | Task |
public GetMovementsByIds ( System.Guid notificationId, IEnumerable |
||
notificationId | System.Guid | |
movementIds | IEnumerable |
|
return | Task |
public GetMovementsByStatus ( System.Guid notificationId, MovementStatus status ) : Task |
||
notificationId | System.Guid | |
status | MovementStatus | |
return | Task |
public MovementRepository ( IwsContext context, INotificationApplicationAuthorization notificationAuthorization ) : System | ||
context | IwsContext | |
notificationAuthorization | INotificationApplicationAuthorization | |
return | System |