Class GenericInterworkingServiceAnnc
Inheritance
object
GenericInterworkingServiceAnnc
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("gisa")]
public class GenericInterworkingServiceAnnc : AnnouncedFlexContainerResource
Properties
|
Edit this page
View Source
ChildResource
Declaration
[JsonProperty("ch")]
public ICollection<ChildResourceRef> ChildResource { get; set; }
Property Value
|
Edit this page
View Source
GenericInterworkingOperationInstanceAnnc
Declaration
[JsonProperty("gioa")]
public ICollection<GenericInterworkingOperationInstanceAnnc> GenericInterworkingOperationInstanceAnnc { get; set; }
Property Value
|
Edit this page
View Source
GenericInterworkingServiceAnncProperty
Declaration
[JsonProperty("gisa")]
public ICollection<GenericInterworkingServiceAnnc> GenericInterworkingServiceAnncProperty { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("giip")]
[JsonConverter(typeof(JsonArrayItem<DataLink>), new object[] { "dle" })]
public ICollection<DataLink> InputDataPointLinks { get; set; }
Property Value
|
Edit this page
View Source
OutputDataPointLinks
Declaration
[JsonProperty("giop")]
[JsonConverter(typeof(JsonArrayItem<DataLink>), new object[] { "dle" })]
public ICollection<DataLink> OutputDataPointLinks { 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
ServiceName
Declaration
[JsonProperty("gisn")]
public string ServiceName { get; set; }
Property Value
|
Edit this page
View Source
Subscription
Declaration
[JsonProperty("m2m:sub")]
public ICollection<Subscription> Subscription { get; set; }
Property Value