Class ExecInstance
Inheritance
object
ExecInstance
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:exin")]
public class ExecInstance : RegularResource
Properties
|
Edit this page
View Source
ChildResource
Declaration
[JsonProperty("ch")]
public ICollection<ChildResourceRef> ChildResource { 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
ExecDisable
Declaration
[JsonProperty("exd")]
public bool? ExecDisable { 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
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
ExecResult
Declaration
[JsonProperty("exr")]
public ExecResultType? ExecResult { get; set; }
Property Value
|
Edit this page
View Source
ExecStatus
Declaration
[JsonProperty("exs")]
public ExecStatusType? ExecStatus { 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