Class SemanticDescriptorAnnc
Inheritance
object
SemanticDescriptorAnnc
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:smdA")]
public class SemanticDescriptorAnnc : AnnouncedResource
Properties
|
Edit this page
View Source
ChildResource
Declaration
[JsonProperty("ch")]
public ICollection<ChildResourceRef> ChildResource { get; set; }
Property Value
|
Edit this page
View Source
Descriptor
Declaration
[JsonProperty("dsp")]
public byte[] Descriptor { get; set; }
Property Value
|
Edit this page
View Source
DescriptorRepresentation
Pattern: application\/rdf\+xml\:1.
Declaration
[RegularExpression("application\\/rdf\\+xml\\:1")]
[JsonProperty("dcrp")]
public string DescriptorRepresentation { get; set; }
Property Value
|
Edit this page
View Source
OntologyRef
Declaration
[JsonProperty("or")]
public string OntologyRef { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("rels")]
public ICollection<string> RelatedSemantics { get; set; }
Property Value
|
Edit this page
View Source
SemanticOpExec
Declaration
[JsonProperty("soe")]
public string SemanticOpExec { get; set; }
Property Value
|
Edit this page
View Source
Subscription
Declaration
[JsonProperty("m2m:sub")]
public ICollection<Subscription> Subscription { get; set; }
Property Value