Class TaskBaseVM
Inheritance
System.Object
TaskBaseVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class TaskBaseVM : CloudBaseVM
Properties
CronExpression
Declaration
public string CronExpression { get; set; }
Property Value
Type |
Description |
System.String |
|
Ends
Declaration
public TaskEnd Ends { get; set; }
Property Value
Id
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
RecurrentRunTime
Declaration
public System.DateTime? RecurrentRunTime { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
RecurrentWasRunTime
Declaration
public System.DateTime? RecurrentWasRunTime { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
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 |
|