Method Add
Add(String, IJSONDocument)
Declaration
void Add(string attribute, IJSONDocument value)
Parameters
Type |
Name |
Description |
System.String |
attribute |
|
IJSONDocument |
value |
|
Add(String, DateTime)
Declaration
void Add(string attribute, DateTime value)
Parameters
Type |
Name |
Description |
System.String |
attribute |
|
System.DateTime |
value |
|
Add(String, Array)
Declaration
void Add(string attribute, Array value)
Parameters
Type |
Name |
Description |
System.String |
attribute |
|
System.Array |
value |
|
Add(String, Boolean)
Declaration
void Add(string attribute, bool value)
Parameters
Type |
Name |
Description |
System.String |
attribute |
|
System.Boolean |
value |
|
Add(String, Double)
Declaration
void Add(string attribute, double value)
Parameters
Type |
Name |
Description |
System.String |
attribute |
|
System.Double |
value |
|
Add(String, Int16)
Declaration
void Add(string attribute, short value)
Parameters
Type |
Name |
Description |
System.String |
attribute |
|
System.Int16 |
value |
|
Add(String, Int32)
Declaration
void Add(string attribute, int value)
Parameters
Type |
Name |
Description |
System.String |
attribute |
|
System.Int32 |
value |
|
Add(String, Int64)
Declaration
void Add(string attribute, long value)
Parameters
Type |
Name |
Description |
System.String |
attribute |
|
System.Int64 |
value |
|
Add(String, Single)
Declaration
void Add(string attribute, float value)
Parameters
Type |
Name |
Description |
System.String |
attribute |
|
System.Single |
value |
|
Add(String, String)
Declaration
void Add(string attribute, string value)
Parameters
Type |
Name |
Description |
System.String |
attribute |
|
System.String |
value |
|
Add(String, Object)
Declaration
void Add(string attribute, object value)
Parameters
Type |
Name |
Description |
System.String |
attribute |
|
System.Object |
value |
|