Class GenericInterworkingService
Inheritance
object
GenericInterworkingService
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("gis")]
public class GenericInterworkingService : FlexContainerResource
Properties
|
Edit this page
View Source
ChildResource
Declaration
[JsonProperty("ch")]
public ICollection<ChildResourceRef> ChildResource { get; set; }
Property Value
|
Edit this page
View Source
GenericInterworkingOperationInstance
Declaration
[JsonProperty("gio")]
public ICollection<GenericInterworkingOperationInstance> GenericInterworkingOperationInstance { get; set; }
Property Value
|
Edit this page
View Source
GenericInterworkingServiceProperty
Declaration
[JsonProperty("gis")]
public ICollection<GenericInterworkingService> GenericInterworkingServiceProperty { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("giip")]
public string InputDataPointLinks { get; set; }
Property Value
|
Edit this page
View Source
OutputDataPointLinks
Declaration
[JsonProperty("giop")]
public ICollection<string> 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
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