Improve this Doc
Class JSONLazyCreator
Inheritance
System.Object
JSONLazyCreator
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:uFrame.Json
Assembly:cs.temp.dll.dll
Syntax
public class JSONLazyCreator : JSONNode
Constructors
|
Improve this Doc
JSONLazyCreator(JSONNode)
Declaration
public JSONLazyCreator(JSONNode aNode)
Parameters
|
Improve this Doc
JSONLazyCreator(JSONNode, String)
Declaration
public JSONLazyCreator(JSONNode aNode, string aKey)
Parameters
Type |
Name |
Description |
JSONNode |
aNode |
|
System.String |
aKey |
|
Properties
|
Improve this Doc
AsArray
Declaration
public override JSONArray AsArray { get; }
Property Value
Overrides
|
Improve this Doc
AsBool
Declaration
public override bool AsBool { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
AsDouble
Declaration
public override double AsDouble { get; set; }
Property Value
Type |
Description |
System.Double |
|
Overrides
|
Improve this Doc
AsFloat
Declaration
public override float AsFloat { get; set; }
Property Value
Type |
Description |
System.Single |
|
Overrides
|
Improve this Doc
AsInt
Declaration
public override int AsInt { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
|
Improve this Doc
AsObject
Declaration
public override JSONClass AsObject { get; }
Property Value
Overrides
|
Improve this Doc
Item[Int32]
Declaration
public override JSONNode this[int aIndex] { get; set; }
Parameters
Type |
Name |
Description |
System.Int32 |
aIndex |
|
Property Value
Overrides
|
Improve this Doc
Item[String]
Declaration
public override JSONNode this[string aKey] { get; set; }
Parameters
Type |
Name |
Description |
System.String |
aKey |
|
Property Value
Overrides
Methods
|
Improve this Doc
Add(String, JSONNode)
Declaration
public override void Add(string aKey, JSONNode aItem)
Parameters
Type |
Name |
Description |
System.String |
aKey |
|
JSONNode |
aItem |
|
Overrides
|
Improve this Doc
Add(JSONNode)
Declaration
public override void Add(JSONNode aItem)
Parameters
Overrides
|
Improve this Doc
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
|
Improve this Doc
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
ToString(String)
Declaration
public override string ToString(string aPrefix)
Parameters
Type |
Name |
Description |
System.String |
aPrefix |
|
Returns
Type |
Description |
System.String |
|
Overrides
Operators
|
Improve this Doc
Equality(JSONLazyCreator, Object)
Declaration
public static bool operator ==(JSONLazyCreator a, object b)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
Inequality(JSONLazyCreator, Object)
Declaration
public static bool operator !=(JSONLazyCreator a, object b)
Parameters
Returns
Type |
Description |
System.Boolean |
|