Class NotificationNotificationEvent<TPrimitiveContent>
Inheritance
object
NotificationNotificationEvent<TPrimitiveContent>
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("NotificationNotificationEvent")]
public class NotificationNotificationEvent<TPrimitiveContent> where TPrimitiveContent : PrimitiveContent
Type Parameters
Name |
Description |
TPrimitiveContent |
|
Properties
|
Edit this page
View Source
NotificationEventType
Declaration
[JsonProperty("net")]
public NotificationEventType? NotificationEventType { get; set; }
Property Value
|
Edit this page
View Source
OperationMonitor
Declaration
[JsonProperty("om")]
public NotificationNotificationEventOperationMonitor OperationMonitor { get; set; }
Property Value
|
Edit this page
View Source
PrimitiveRepresentation
Declaration
[JsonIgnore]
public TPrimitiveContent PrimitiveRepresentation { get; set; }
Property Value
Type |
Description |
TPrimitiveContent |
|
|
Edit this page
View Source
Representation
Declaration
[JsonProperty("rep")]
public object Representation { get; set; }
Property Value