Class ExportRequestDataMessage
Inheritance
ExportRequestDataMessage
Assembly: Monai.Deploy.InformaticsGateway.Api.dll
public class ExportRequestDataMessage
Constructors
|
Improve this Doc
View Source
Declaration
public ExportRequestDataMessage(ExportRequestEvent exportRequest, string filename)
Parameters
Type |
Name |
Description |
Monai.Deploy.Messaging.Events.ExportRequestEvent |
exportRequest |
|
String |
filename |
|
Properties
|
Improve this Doc
View Source
Declaration
public string CorrelationId { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public string[] Destinations { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public FileExportStatus ExportStatus { get; }
Property Value
Type |
Description |
Monai.Deploy.Messaging.Events.FileExportStatus |
|
|
Improve this Doc
View Source
Declaration
public string ExportTaskId { get; }
Property Value
|
Improve this Doc
View Source
FileContent
Declaration
public byte[] FileContent { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public string Filename { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public string FilePayloadId { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool IsFailed { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public IList<string> Messages { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public List<string> PlugInAssemblies { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public string WorkflowInstanceId { get; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public void SetData(byte[] data)
Parameters
Type |
Name |
Description |
Byte[] |
data |
|
|
Improve this Doc
View Source
Declaration
public void SetFailed(FileExportStatus fileExportStatus, string errorMessage)
Parameters
Type |
Name |
Description |
Monai.Deploy.Messaging.Events.FileExportStatus |
fileExportStatus |
|
String |
errorMessage |
|