Class AllJoynSvcObject
Inheritance
object
AllJoynSvcObject
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("ajso")]
public class AllJoynSvcObject : FlexContainerResource
Properties
|
Edit this page
View Source
AllJoynInterface
Declaration
[JsonProperty("ajif")]
public ICollection<AllJoynInterface> AllJoynInterface { get; set; }
Property Value
|
Edit this page
View Source
ChildResource
Declaration
[JsonProperty("ch")]
public ICollection<ChildResourceRef> ChildResource { get; set; }
Property Value
|
Edit this page
View Source
Enable
Declaration
[JsonProperty("ena")]
public bool Enable { get; set; }
Property Value
|
Edit this page
View Source
ObjectPath
Declaration
[JsonProperty("ajop")]
public string ObjectPath { get; set; }
Property Value
|
Edit this page
View Source
SemanticDescriptor
Declaration
[JsonProperty("m2m:smd")]
public ICollection<SemanticDescriptor> SemanticDescriptor { get; set; }
Property Value
|
Edit this page
View Source
Subscription
Declaration
[JsonProperty("m2m:sub")]
public ICollection<Subscription> Subscription { get; set; }
Property Value