C# Class Prizm.Main.Forms.Notifications.Notification

ファイルを表示 Open project: AleksMorozova/prizm

Public Methods

Method Description
Notification ( System.Guid ownerId, string ownerName, TypeNotification typeNotification, string information, System.DateTime dayToOccur, string additionalInformation = null, DuplicateNumberEntityType entityType = DuplicateNumberEntityType.Undefined ) : System
Notification ( System.Guid ownerId, string ownerName, TypeNotification typeNotification, string information, float unitsLeft, string additionalInformation = null, DuplicateNumberEntityType entityType = DuplicateNumberEntityType.Undefined ) : System
Notification ( System.Guid ownerId, string ownerName, TypeNotification typeNotification, string information, string additionalInformation = null, DuplicateNumberEntityType entityType = DuplicateNumberEntityType.Undefined ) : System

Private Methods

Method Description
GetImage ( NotificationStatus status ) : byte[]
GetResourceInformationMessage ( TypeNotification type ) : string
GetResourceMessage ( TypeNotification type, NotificationStatus status ) : string

Method Details

Notification() public method

public Notification ( System.Guid ownerId, string ownerName, TypeNotification typeNotification, string information, System.DateTime dayToOccur, string additionalInformation = null, DuplicateNumberEntityType entityType = DuplicateNumberEntityType.Undefined ) : System
ownerId System.Guid
ownerName string
typeNotification TypeNotification
information string
dayToOccur System.DateTime
additionalInformation string
entityType DuplicateNumberEntityType
return System

Notification() public method

public Notification ( System.Guid ownerId, string ownerName, TypeNotification typeNotification, string information, float unitsLeft, string additionalInformation = null, DuplicateNumberEntityType entityType = DuplicateNumberEntityType.Undefined ) : System
ownerId System.Guid
ownerName string
typeNotification TypeNotification
information string
unitsLeft float
additionalInformation string
entityType DuplicateNumberEntityType
return System

Notification() public method

public Notification ( System.Guid ownerId, string ownerName, TypeNotification typeNotification, string information, string additionalInformation = null, DuplicateNumberEntityType entityType = DuplicateNumberEntityType.Undefined ) : System
ownerId System.Guid
ownerName string
typeNotification TypeNotification
information string
additionalInformation string
entityType DuplicateNumberEntityType
return System