Class MgmtCmd
Inheritance
object
MgmtCmd
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:mgc")]
public class MgmtCmd : RegularResource
Properties
|
Edit this page
View Source
ChildResource
Declaration
[JsonProperty("ch")]
public ICollection<ChildResourceRef> ChildResource { get; set; }
Property Value
|
Edit this page
View Source
CmdType
Declaration
[JsonProperty("cmt")]
public CmdType? CmdType { get; set; }
Property Value
|
Edit this page
View Source
Description
Declaration
[JsonProperty("dc")]
public string Description { get; set; }
Property Value
|
Edit this page
View Source
ExecDelay
Declaration
[JsonProperty("exy")]
public TimeSpan? ExecDelay { get; set; }
Property Value
|
Edit this page
View Source
ExecEnable
Declaration
[JsonProperty("exe")]
public bool ExecEnable { get; set; }
Property Value
|
Edit this page
View Source
ExecFrequency
Declaration
[JsonProperty("exf")]
public TimeSpan? ExecFrequency { get; set; }
Property Value
|
Edit this page
View Source
ExecInstance
Declaration
[JsonProperty("m2m:exin")]
public ICollection<ExecInstance> ExecInstance { get; set; }
Property Value
|
Edit this page
View Source
ExecMode
Declaration
[JsonProperty("exm")]
public ExecModeType? ExecMode { get; set; }
Property Value
|
Edit this page
View Source
ExecNumber
Declaration
[JsonProperty("exn")]
public long? ExecNumber { get; set; }
Property Value
|
Edit this page
View Source
ExecReqArgs
Declaration
[JsonProperty("exra")]
public ExecReqArgsListType ExecReqArgs { get; set; }
Property Value
|
Edit this page
View Source
ExecTarget
Declaration
[JsonProperty("ext")]
public string ExecTarget { get; set; }
Property Value
|
Edit this page
View Source
Subscription
Declaration
[JsonProperty("m2m:sub")]
public ICollection<Subscription> Subscription { get; set; }
Property Value