Class AllJoynApp
Inheritance
object
AllJoynApp
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("ajap")]
public class AllJoynApp : FlexContainerResource
Properties
|
Edit this page
View Source
AllJoynSvcObject
Declaration
[JsonProperty("ajso")]
public ICollection<AllJoynSvcObject> AllJoynSvcObject { 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
Direction
Declaration
[JsonProperty("dir")]
public AllJoynDirection? Direction { 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