/// <summary>
 /// Initializes a new instance of the <see cref="DownloadDataSourceV1Response"/> class.
 /// </summary>
 public DownloadDataSourceV1Response()
 {
     _response = DownloadFileV1Response.Create(this);
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="DownloadFormRegistrationAttachmentV1Response"/> class.
 /// </summary>
 public DownloadFormRegistrationAttachmentV1Response()
 {
     _response = DownloadFileV1Response.Create(this);
 }
Example #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DownloadTestFileV1Response"/> class.
 /// </summary>
 public DownloadTestFileV1Response()
 {
     _response = DownloadFileV1Response.Create(this);
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="DownloadIntegrationExportV1Response"/> class.
 /// </summary>
 public DownloadIntegrationExportV1Response()
 {
     _response = DownloadFileV1Response.Create(this);
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="DownloadFormRegistrationEmailFileV1Response"/> class.
 /// </summary>
 public DownloadFormRegistrationEmailFileV1Response()
 {
     _response = DownloadFileV1Response.Create(this);
 }