Class Notification<TPrimitiveContent>
Inheritance
object
Notification<TPrimitiveContent>
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("sgn")]
public class Notification<TPrimitiveContent> where TPrimitiveContent : PrimitiveContent
Type Parameters
Name |
Description |
TPrimitiveContent |
|
Properties
|
Edit this page
View Source
Creator
Declaration
[JsonProperty("cr")]
public string Creator { get; set; }
Property Value
|
Edit this page
View Source
IPEDiscoveryRequest
Declaration
[JsonProperty("idr")]
public NotificationIPEDiscoveryRequest IPEDiscoveryRequest { get; set; }
Property Value
|
Edit this page
View Source
NotificationEvent
Declaration
[JsonProperty("nev")]
public NotificationNotificationEvent<TPrimitiveContent> NotificationEvent { get; set; }
Property Value
|
Edit this page
View Source
NotificationForwardingURI
Declaration
[JsonProperty("nfu")]
public string NotificationForwardingURI { get; set; }
Property Value
|
Edit this page
View Source
SubscriptionDeletion
Declaration
[JsonProperty("sud")]
public bool? SubscriptionDeletion { get; set; }
Property Value
|
Edit this page
View Source
SubscriptionReference
Declaration
[JsonProperty("sur")]
public string SubscriptionReference { get; set; }
Property Value
|
Edit this page
View Source
VerificationRequest
Declaration
[JsonProperty("vrq")]
public bool? VerificationRequest { get; set; }
Property Value