| Overload | Description |
|---|---|
| UADataSetData Constructor() | Initializes a new instance of the class.Initializes a new instance of the class with default data. |
| UADataSetData Constructor(UADataSetData) | Initializes a new copy of the object. |
| UADataSetData Constructor(UADataSetData,Boolean) | Initializes a new instance of the class as a copy of another dataset data object, with an option to clone the metadata. |
| UADataSetData Constructor(UAPublisherId,Int32,Int32,UAStringDataSetFieldDataDictionary,UAGuidDataSetFieldDataDictionary) | Initializes a new instance of the class, specifying the publisher Id, writer group Id, dataset writer Id, field data dictionary, and field data dictionary keyed by dataset field Id. |
| UADataSetData Constructor(UAPublisherId,Int32,Int32,UAStringDataSetFieldDataDictionary,UAGuidDataSetFieldDataDictionary,Guid) | Initializes a new instance of the class, specifying the publisher Id, writer group Id, dataset writer Id, field data dictionary, field data dictionary keyed by dataset field Id, and dataset class Id. |
| UADataSetData Constructor(UAPublisherId,Int32,Int32,UAStringDataSetFieldDataDictionary,UAGuidDataSetFieldDataDictionary,UAConfigurationVersion) | Initializes a new instance of the class, specifying the publisher Id, writer group Id, dataset writer Id, field data dictionary, field data dictionary keyed by dataset field Id, and configuration version. |
| UADataSetData Constructor(UAPublisherId,Int32,Int32,UAStringDataSetFieldDataDictionary,UAGuidDataSetFieldDataDictionary,Guid,UAConfigurationVersion) | Initializes a new instance of the class, specifying the publisher Id, writer group Id, dataset writer Id, field data dictionary, field data dictionary keyed by dataset field Id, dataset class Id, and configuration version. |