Class GenericInterworkingOperationInstanceAnnc
Inheritance
object
GenericInterworkingOperationInstanceAnnc
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("gioa")]
public class GenericInterworkingOperationInstanceAnnc : AnnouncedFlexContainerResource
Properties
|
Edit this page
View Source
ChildResource
Declaration
[JsonProperty("ch")]
public ICollection<ChildResourceRef> ChildResource { 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
Declaration
[JsonProperty("giil")]
[JsonConverter(typeof(JsonArrayItem<DataLink>), new object[] { "dle" })]
public ICollection<DataLink> InputLinks { get; set; }
Property Value
|
Edit this page
View Source
OperationName
Declaration
[JsonProperty("gion")]
public string OperationName { get; set; }
Property Value
|
Edit this page
View Source
OperationState
Declaration
[JsonProperty("gios")]
public string OperationState { 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
OutputLinks
Declaration
[JsonProperty("giol")]
[JsonConverter(typeof(JsonArrayItem<DataLink>), new object[] { "dle" })]
public ICollection<DataLink> OutputLinks { 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