Class Request<TPrimitiveContent>
Inheritance
object
Request<TPrimitiveContent>
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:req")]
public class Request<TPrimitiveContent> : RegularResource where TPrimitiveContent : PrimitiveContent
Type Parameters
Name |
Description |
TPrimitiveContent |
|
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("mi")]
public MetaInformation MetaInformation { get; set; }
Property Value
|
Edit this page
View Source
Operation
Declaration
[JsonProperty("op")]
public Operation? Operation { get; set; }
Property Value
|
Edit this page
View Source
OperationResult
Declaration
[JsonProperty("ors")]
public OperationResult<TPrimitiveContent> OperationResult { get; set; }
Property Value
|
Edit this page
View Source
Originator
Declaration
[JsonProperty("org")]
public string Originator { get; set; }
Property Value
|
Edit this page
View Source
PrimitiveContent
Declaration
[JsonProperty("pc")]
public TPrimitiveContent PrimitiveContent { get; set; }
Property Value
Type |
Description |
TPrimitiveContent |
|
|
Edit this page
View Source
RequestID
Declaration
[JsonProperty("rid")]
public string RequestID { get; set; }
Property Value
|
Edit this page
View Source
RequestStatus
Declaration
[JsonProperty("rs")]
public RequestStatus? RequestStatus { get; set; }
Property Value
|
Edit this page
View Source
StateTag
Declaration
[JsonProperty("st")]
public long StateTag { 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
Target
Declaration
[JsonProperty("tg")]
public string Target { get; set; }
Property Value