Class CSEBase<TPrimitiveContent>
Inheritance
object
CSEBase<TPrimitiveContent>
Assembly: Aetheros.Schema.OneM2M.dll
Syntax
[Serializable]
[JsonObject("m2m:cb")]
public class CSEBase<TPrimitiveContent> : Resource where TPrimitiveContent : PrimitiveContent
Type Parameters
Name |
Description |
TPrimitiveContent |
|
Properties
|
Edit this page
View Source
AE
Declaration
[JsonProperty("m2m:ae")]
public ICollection<AE> AE { get; set; }
Property Value
|
Edit this page
View Source
AccessControlPolicy
Declaration
[JsonProperty("m2m:acp")]
public ICollection<AccessControlPolicy> AccessControlPolicy { get; set; }
Property Value
|
Edit this page
View Source
AccessControlPolicyIDs
Declaration
[JsonProperty("acpi")]
public ICollection<string> AccessControlPolicyIDs { get; set; }
Property Value
|
Edit this page
View Source
CSE_ID
Declaration
[JsonProperty("csi")]
public string CSE_ID { get; set; }
Property Value
|
Edit this page
View Source
ChildResource
Declaration
[JsonProperty("ch")]
public ICollection<ChildResourceRef> ChildResource { get; set; }
Property Value
|
Edit this page
View Source
Container
Declaration
[JsonProperty("m2m:cnt")]
public ICollection<Container> Container { get; set; }
Property Value
|
Edit this page
View Source
CseType
Declaration
[JsonProperty("cst")]
public CseTypeID? CseType { get; set; }
Property Value
|
Edit this page
View Source
Delivery
Declaration
[JsonProperty("m2m:dlv")]
public ICollection<Delivery<TPrimitiveContent>> Delivery { get; set; }
Property Value
|
Edit this page
View Source
E2ESecInfo
Declaration
[JsonProperty("esi")]
public E2ESecInfo E2ESecInfo { get; set; }
Property Value
|
Edit this page
View Source
Group
Declaration
[JsonProperty("m2m:grp")]
public ICollection<Group> Group { get; set; }
Property Value
|
Edit this page
View Source
LocationPolicy
Declaration
[JsonProperty("m2m:lcp")]
public ICollection<LocationPolicy> LocationPolicy { get; set; }
Property Value
|
Edit this page
View Source
M2MServiceSubscriptionProfile
Declaration
[JsonProperty("m2m:mssp")]
public ICollection<M2MServiceSubscriptionProfile> M2MServiceSubscriptionProfile { get; set; }
Property Value
|
Edit this page
View Source
MgmtCmd
Declaration
[JsonProperty("m2m:mgc")]
public ICollection<MgmtCmd> MgmtCmd { get; set; }
Property Value
|
Edit this page
View Source
Node
Declaration
[JsonProperty("m2m:nod")]
public ICollection<Node> Node { get; set; }
Property Value
|
Edit this page
View Source
NodeLink
Declaration
[JsonProperty("nl")]
public string NodeLink { get; set; }
Property Value
|
Edit this page
View Source
PointOfAccess
Declaration
[JsonProperty("poa")]
public ICollection<string> PointOfAccess { get; set; }
Property Value
|
Edit this page
View Source
RemoteCSE
Declaration
[JsonProperty("m2m:csr")]
public ICollection<RemoteCSE> RemoteCSE { get; set; }
Property Value
|
Edit this page
View Source
RemoteCSEAnnc
Declaration
[JsonProperty("m2m:csrA")]
public ICollection<RemoteCSEAnnc> RemoteCSEAnnc { get; set; }
Property Value
|
Edit this page
View Source
Request
Declaration
[JsonProperty("m2m:req")]
public ICollection<Request<TPrimitiveContent>> Request { get; set; }
Property Value
|
Edit this page
View Source
Role
Declaration
[JsonProperty("m2m:rol")]
public ICollection<Role> Role { get; set; }
Property Value
|
Edit this page
View Source
Schedule
Declaration
[JsonProperty("m2m:sch")]
public ICollection<Schedule> Schedule { get; set; }
Property Value
|
Edit this page
View Source
ServiceSubscribedAppRule
Declaration
[JsonProperty("m2m:asar")]
public ICollection<ServiceSubscribedAppRule> ServiceSubscribedAppRule { get; set; }
Property Value
|
Edit this page
View Source
Sg_FlexContainerResource
Declaration
[JsonProperty("sg_flexContainerResource")]
public ICollection<FlexContainerResource> Sg_FlexContainerResource { get; set; }
Property Value
|
Edit this page
View Source
StatsCollect
Declaration
[JsonProperty("m2m:stcl")]
public ICollection<StatsCollect> StatsCollect { get; set; }
Property Value
|
Edit this page
View Source
StatsConfig
Declaration
[JsonProperty("m2m:stcg")]
public ICollection<StatsConfig> StatsConfig { 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
SupportedResourceType
Declaration
[JsonProperty("srt")]
public long SupportedResourceType { get; set; }
Property Value
|
Edit this page
View Source
Token
Declaration
[JsonProperty("m2m:tk")]
public ICollection<Token> Token { get; set; }
Property Value