Class DataTranslationDownloadResponse
Represents the a request for the DataTranslationDownloadResponse method.
Inheritance
System.Object
DataTranslationDownloadResponse
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class DataTranslationDownloadResponse : ServiceResponse
Constructors
DataTranslationDownloadResponse()
Declaration
public DataTranslationDownloadResponse()
Properties
Base64String
Declaration
public string Base64String { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsSuccess
Declaration
public bool IsSuccess { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |