Class ListOfDataLinks
Inheritance
object
ListOfDataLinks
Namespace: Aetheros.Schema.OneM2M
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("listOfDataLinks")]
public class ListOfDataLinks
Properties
| Edit this page View SourceDataLinkEntry
Declaration
[JsonProperty("dle")]
public ICollection<DataLink> DataLinkEntry { get; set; }
Property Value
Type | Description |
---|---|
ICollection<DataLink> |