C# Class DeviceHive.DeviceNotification

ファイルを表示 Open project: devicehive/devicehive-.net-mf Class Usage Examples

Public Properties

Property Type Description
notification string
parameters System.Collections.Hashtable
timestamp string

Public Methods

Method Description
GetHashCode ( ) : int

Method Details

GetHashCode() public method

public GetHashCode ( ) : int
return int

Property Details

notification public_oe property

Name of notification
public string notification
return string

parameters public_oe property

Name-value array of notification parameters
public Hashtable,System.Collections parameters
return System.Collections.Hashtable

timestamp public_oe property

Timestamp of a notification
Created at server.
public string timestamp
return string