C# Class Prizm.Main.Forms.Notifications.Managers.PostponeConflictManager

Inheritance: NotificationManager, IPostponeConflictManager
Mostrar archivo Open project: AleksMorozova/prizm

Public Methods

Method Description
CreateNotification ( System.Guid ownerId, string ownerName, float unitsLeft, string information ) : Notification
LoadNotifications ( ) : void
PostponeConflictManager ( ) : Prizm.Main.Common
RefreshNotifications ( ) : void

Method Details

CreateNotification() public static method

public static CreateNotification ( System.Guid ownerId, string ownerName, float unitsLeft, string information ) : Notification
ownerId System.Guid
ownerName string
unitsLeft float
information string
return Notification

LoadNotifications() public method

public LoadNotifications ( ) : void
return void

PostponeConflictManager() public method

public PostponeConflictManager ( ) : Prizm.Main.Common
return Prizm.Main.Common

RefreshNotifications() public method

public RefreshNotifications ( ) : void
return void