Class JsonApiResourceObjects
A JSON array containing JsonApiResourceObjects.
Implements
System.ICloneable
System.Collections.Generic.IEnumerable<JsonValue>
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Subsembly.Json
Assembly: Subsembly.Json.dll
Syntax
public class JsonApiResourceObjects : JsonArray, ICloneable, IEnumerable<JsonValue>, ICollection, IEnumerable
Constructors
JsonApiResourceObjects(IJsonApiObjectFactory)
Declaration
public JsonApiResourceObjects(IJsonApiObjectFactory aObjectFactory)
Parameters
Type | Name | Description |
---|---|---|
IJsonApiObjectFactory | aObjectFactory |
Methods
Find(String, String)
Declaration
public JsonApiResourceObject Find(string sType, string sId)
Parameters
Type | Name | Description |
---|---|---|
System.String | sType | |
System.String | sId |
Returns
Type | Description |
---|---|
JsonApiResourceObject |
OnCreateChildObject(Int32)
Declaration
protected override JsonObject OnCreateChildObject(int nIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | nIndex |
Returns
Type | Description |
---|---|
JsonObject |
Overrides
Implements
System.ICloneable
System.Collections.Generic.IEnumerable<T>
System.Collections.ICollection
System.Collections.IEnumerable