| Overload | Description | 
|---|---|
| StructuredData Constructor() | Initializes a new instance of the class with default data. | 
| StructuredData Constructor(FieldDataDictionary) | Initializes a new instance of the class with given field data dictionary. | 
| StructuredData Constructor(StructuredData) | Initializes a new copy of the object. | 
| StructuredData Constructor(StructuredDataType) | Initializes a new instance of the class with given data type. | 
| StructuredData Constructor(StructuredDataType,FieldDataDictionary) | Initializes a new instance of the class with given data type, and field data dictionary. | 
| StructuredData Constructor(StructuredDataType,IEnumerable<KeyValuePair<String,GenericData>>) | Initializes a new instance of the class with given data type, and field data pairs. | 
