Class AllJoynInterfaceAnnc
Inheritance
object
AllJoynInterfaceAnnc
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("ajifa")]
public class AllJoynInterfaceAnnc : AnnouncedFlexContainerResource
Properties
|
Edit this page
View Source
AllJoynMethod
Declaration
[JsonProperty("ajmd")]
public ICollection<AllJoynMethod> AllJoynMethod { get; set; }
Property Value
|
Edit this page
View Source
AllJoynMethodAnnc
Declaration
[JsonProperty("ajmda")]
public ICollection<AllJoynMethodAnnc> AllJoynMethodAnnc { get; set; }
Property Value
|
Edit this page
View Source
AllJoynProperty
Declaration
[JsonProperty("ajpr")]
public ICollection<AllJoynProperty> AllJoynProperty { get; set; }
Property Value
|
Edit this page
View Source
AllJoynPropertyAnnc
Declaration
[JsonProperty("ajpra")]
public ICollection<AllJoynPropertyAnnc> AllJoynPropertyAnnc { 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
Container
Declaration
[JsonProperty("m2m:cnt")]
public ICollection<Container> Container { get; set; }
Property Value
|
Edit this page
View Source
ContainerAnnc
Declaration
[JsonProperty("m2m:cntA")]
public ICollection<ContainerAnnc> ContainerAnnc { get; set; }
Property Value
|
Edit this page
View Source
InterfaceIntrospectXmlRef
Declaration
[JsonProperty("ajir")]
public string InterfaceIntrospectXmlRef { 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
SemanticDescriptorAnnc
Declaration
[JsonProperty("m2m:smdA")]
public ICollection<SemanticDescriptorAnnc> SemanticDescriptorAnnc { get; set; }
Property Value
|
Edit this page
View Source
Subscription
Declaration
[JsonProperty("m2m:sub")]
public ICollection<Subscription> Subscription { get; set; }
Property Value