Class DataLink
Inheritance
object
DataLink
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("dali")]
public class DataLink
Properties
|
Edit this page
View Source
AttributeName
Declaration
[JsonProperty("atn")]
public string AttributeName { get; set; }
Property Value
|
Edit this page
View Source
DataContainerID
Declaration
[JsonProperty("dcid")]
public string DataContainerID { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[JsonProperty("nm")]
public string Name { get; set; }
Property Value