C# Class HA4IoT.Contracts.Services.Notifications.Notification

显示文件 Open project: chkr1011/CK.HomeAutomation Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Notification ( System.Guid uid, NotificationType type, System.DateTime timestamp, string message, System.TimeSpan timeToLive ) : System

Method Details

Notification() public method

public Notification ( System.Guid uid, NotificationType type, System.DateTime timestamp, string message, System.TimeSpan timeToLive ) : System
uid System.Guid
type NotificationType
timestamp System.DateTime
message string
timeToLive System.TimeSpan
return System