Method | Description | |
---|---|---|
CreateNotification ( System.Guid ownerId, string ownerName, decimal unitsLeft, string information ) : Notification | ||
CreateNotifier ( |
||
LoadNotifications ( ) : void | ||
NotRequiredOperationManager ( ) : Prizm.Data.DAL | ||
UpdateUnits ( System.Guid operationId ) : void |
Method | Description | |
---|---|---|
LoadNotifications ( System.Guid operationId ) : void |
This method should be used when "Passed" NRO at pipe was removed or set to other not ready state, or pipe was deactivated.
|
public static CreateNotification ( System.Guid ownerId, string ownerName, decimal unitsLeft, string information ) : Notification | ||
ownerId | System.Guid | |
ownerName | string | |
unitsLeft | decimal | |
information | string | |
return | Notification |
public CreateNotifier ( |
||
pipeInitialState | ||
return | IPipeNotifier |
public NotRequiredOperationManager ( ) : Prizm.Data.DAL | ||
return | Prizm.Data.DAL |
public UpdateUnits ( System.Guid operationId ) : void | ||
operationId | System.Guid | |
return | void |