Class TransformTaskBaseVM
Inheritance
System.Object
TransformTaskBaseVM
Assembly: FastReport.Cloud.SDK.dll
public class TransformTaskBaseVM : TaskBaseVM
Properties
Declaration
public InputFileVM InputFile { get; set; }
Property Value
Declaration
public string Locale { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public OutputFileVM OutputFile { get; set; }
Property Value
Declaration
public System.Collections.Generic.ICollection<string> TransportIds { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.String> |
|