Class ChildResourceRef
Inheritance
object
ChildResourceRef
Namespace: Aetheros.Schema.OneM2M
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("childResourceRef")]
public class ChildResourceRef
Properties
| Edit this page View SourceName
Declaration
[JsonProperty("nm")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
SpecializationID
Declaration
[JsonProperty("spid")]
public string SpecializationID { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Declaration
[JsonProperty("typ")]
public ResourceType? Type { get; set; }
Property Value
Type | Description |
---|---|
ResourceType? |
Value
Ruft den Text ab oder legt diesen fest.
Gets or sets the text value.
Declaration
[JsonProperty("val")]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string |