Class AggregatedNotification<TPrimitiveContent>
Inheritance
object
AggregatedNotification<TPrimitiveContent>
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("agn")]
public class AggregatedNotification<TPrimitiveContent> where TPrimitiveContent : PrimitiveContent
Type Parameters
Name |
Description |
TPrimitiveContent |
|
Properties
|
Edit this page
View Source
Notification
Declaration
[JsonProperty("sgn")]
public ICollection<Notification<TPrimitiveContent>> Notification { get; set; }
Property Value