Class ScheduledTask
Class for the item type Scheduled Task
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Innovator.Client.Model
Assembly: Innovator.Client.dll
Syntax
public class ScheduledTask : Item, ILinkedElement, ILink<ILinkedElement>, IItem, IElement, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef, IEquatable<IItemRef>
Constructors
| Improve this Doc View SourceScheduledTask()
Declaration
protected ScheduledTask()
ScheduledTask(ElementFactory, Object[])
Declaration
public ScheduledTask(ElementFactory amlContext, params object[] content)
Parameters
Type | Name | Description |
---|---|---|
ElementFactory | amlContext | |
System.Object[] | content |
Methods
| Improve this Doc View SourceDayOfWeek()
Retrieve the day_of_week
property of the item
Declaration
public IProperty_Text DayOfWeek()
Returns
Type | Description |
---|---|
IProperty_Text |
Description()
Retrieve the description
property of the item
Declaration
public IProperty_Text Description()
Returns
Type | Description |
---|---|
IProperty_Text |
Hour()
Retrieve the hour
property of the item
Declaration
public IProperty_Number Hour()
Returns
Type | Description |
---|---|
IProperty_Number |
Label()
Retrieve the label
property of the item
Declaration
public IProperty_Text Label()
Returns
Type | Description |
---|---|
IProperty_Text |
RunAs()
Retrieve the run_as
property of the item
Declaration
public IProperty_Item<User> RunAs()
Returns
Type | Description |
---|---|
IProperty_Item<User> |
RunIt()
Retrieve the run_it
property of the item
Declaration
public IProperty_Text RunIt()
Returns
Type | Description |
---|---|
IProperty_Text |
StartDate()
Retrieve the start_date
property of the item
Declaration
public IProperty_Date StartDate()
Returns
Type | Description |
---|---|
IProperty_Date |
Task()
Retrieve the task
property of the item
Declaration
public IProperty_Item<Method> Task()
Returns
Type | Description |
---|---|
IProperty_Item<Method> |
Weekdays()
Retrieve the weekdays
property of the item
Declaration
public IProperty_Boolean Weekdays()
Returns
Type | Description |
---|---|
IProperty_Boolean |