Class Software
Inheritance
object
Software
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:swr")]
public class Software : MgmtResource
Properties
|
Edit this page
View Source
Activate
Declaration
[JsonProperty("act")]
public bool? Activate { get; set; }
Property Value
|
Edit this page
View Source
ActiveStatus
Declaration
[JsonProperty("acts")]
public ActionStatus ActiveStatus { 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
Deactivate
Declaration
[JsonProperty("dea")]
public bool? Deactivate { get; set; }
Property Value
|
Edit this page
View Source
Install
Declaration
[JsonProperty("in")]
public bool Install { get; set; }
Property Value
|
Edit this page
View Source
InstallStatus
Declaration
[JsonProperty("ins")]
public ActionStatus InstallStatus { get; set; }
Property Value
|
Edit this page
View Source
SoftwareName
Declaration
[JsonProperty("swn")]
public string SoftwareName { get; set; }
Property Value
|
Edit this page
View Source
Subscription
Declaration
[JsonProperty("m2m:sub")]
public ICollection<Subscription> Subscription { get; set; }
Property Value
|
Edit this page
View Source
URL
Declaration
[JsonProperty("url")]
public string URL { get; set; }
Property Value
|
Edit this page
View Source
Uninstall
Declaration
[JsonProperty("un")]
public bool Uninstall { get; set; }
Property Value
|
Edit this page
View Source
Version
Declaration
[JsonProperty("vr")]
public string Version { get; set; }
Property Value