• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

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 System.DateTime object as IJSONDocument attribute value.

Declaration
void Add(string attribute, DateTime value)
Parameters
Type Name Description
System.String attribute
System.DateTime value

Add(String, Array)

Adds System.Array object as IJSONDocument attribute value.

Declaration
void Add(string attribute, Array value)
Parameters
Type Name Description
System.String attribute
System.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 System.String object as IJSONDocument attribute value.

Declaration
void Add(string attribute, string value)
Parameters
Type Name Description
System.String attribute
System.String value

Add(String, Object)

Adds System.Object as IJSONDocument attribute value.

Declaration
void Add(string attribute, object value)
Parameters
Type Name Description
System.String attribute
System.Object value
Back to top Copyright © 2017 Alachisoft