Class CreateTaskBaseVM
Inheritance
System.Object
CreateTaskBaseVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class CreateTaskBaseVM : CloudBaseVM
Properties
CronExpression
Declaration
public string CronExpression { get; set; }
Property Value
Type |
Description |
System.String |
|
Ends
Declaration
public CreateTaskEndVM Ends { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
StartsOn
Declaration
public System.DateTime? StartsOn { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
SubscriptionId
Declaration
public string SubscriptionId { get; set; }
Property Value
Type |
Description |
System.String |
|