Class ContentInstanceAnnc
Inheritance
object
ContentInstanceAnnc
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:cinA")]
public class ContentInstanceAnnc : AnnouncedSubordinateResource
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
ContentSize
Declaration
[JsonProperty("cs")]
public long? ContentSize { 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