Class ResponseContent<TPrimitiveContent>
Inheritance
object
ResponseContent<TPrimitiveContent>
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("responseContent")]
public class ResponseContent<TPrimitiveContent> : PrimitiveContent where TPrimitiveContent : PrimitiveContent
Type Parameters
Name |
Description |
TPrimitiveContent |
|
Properties
|
Edit this page
View Source
AggregatedResponse
Declaration
[JsonProperty("agr")]
public AggregatedResponse<TPrimitiveContent> AggregatedResponse { get; set; }
Property Value
|
Edit this page
View Source
AllJSON
Declaration
[JsonExtensionData]
public IDictionary<string, JToken> AllJSON { get; set; }
Property Value
|
Edit this page
View Source
DebugInfo
Declaration
[JsonProperty("m2m:dbg")]
public string DebugInfo { get; set; }
Property Value
|
Edit this page
View Source
Resource
Declaration
[JsonProperty("rce")]
public ResourceWrapper Resource { get; set; }
Property Value
|
Edit this page
View Source
ResourceRefList
Declaration
[JsonProperty("rrl")]
[JsonConverter(typeof(JsonArrayItem<ChildResourceRef>), new object[] { "ch" })]
public ICollection<ChildResourceRef> ResourceRefList { get; set; }
Property Value
|
Edit this page
View Source
ResponseStatusCode
Declaration
[JsonIgnore]
public ResponseStatusCode ResponseStatusCode { get; set; }
Property Value
|
Edit this page
View Source
URI
Declaration
[JsonProperty("uri")]
public string URI { get; set; }
Property Value
|
Edit this page
View Source
URIList
Declaration
[JsonProperty("m2m:uril")]
public ICollection<string> URIList { get; set; }
Property Value