Class ContentInstance
Inheritance
object
ContentInstance
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:cin")]
public class ContentInstance : AnnounceableSubordinateResource
Properties
|
Edit this page
View Source
ChildResource
Declaration
[JsonProperty("ch")]
public ICollection<ChildResourceRef> ChildResource { get; set; }
Property Value
|
Edit this page
View Source
Content
Declaration
[JsonProperty("con")]
public object Content { get; set; }
Property Value
|
Edit this page
View Source
ContentInfo
Declaration
[RegularExpression("([\\w/!#$^_.+&\\-]+(:[0-2])?)|([\\w/!#$^_.+&\\-]+((:[0-2])?)+((:[0-5])?))")]
[JsonProperty("cnf")]
public string ContentInfo { get; set; }
Property Value
|
Edit this page
View Source
ContentRef
Declaration
[JsonProperty("conr")]
[JsonConverter(typeof(JsonArrayItem<ContentRefURIReference>), new object[] { "urir" })]
public ICollection<ContentRefURIReference> ContentRef { get; set; }
Property Value
|
Edit this page
View Source
ContentSize
Declaration
[JsonProperty("cs")]
public long ContentSize { get; set; }
Property Value
|
Edit this page
View Source
Creator
Declaration
[JsonProperty("cr")]
public string Creator { get; set; }
Property Value
|
Edit this page
View Source
OntologyRef
Declaration
[JsonProperty("or")]
public string OntologyRef { get; set; }
Property Value
|
Edit this page
View Source
SemanticDescriptor
Declaration
[JsonProperty("m2m:smd")]
public ICollection<SemanticDescriptor> SemanticDescriptor { get; set; }
Property Value
|
Edit this page
View Source
StateTag
Declaration
[JsonProperty("st")]
public long StateTag { get; set; }
Property Value
Extension Methods