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