Interface IInBasketTask
Interface for polymorphic item type InBasket Task
Inherited Members
Namespace: Innovator.Client.Model
Assembly: Innovator.Client.dll
Syntax
public interface IInBasketTask : IItem, IElement, IReadOnlyItem, IReadOnlyElement, IAmlNode, IItemRef
Methods
| Improve this Doc View SourceAssignedTo()
Retrieve the assigned_to property of the item
Declaration
IProperty_Item<Identity> AssignedTo()
Returns
| Type | Description |
|---|---|
| IProperty_Item<Identity> |
Container()
Retrieve the container property of the item
Declaration
IProperty_Item<IReadOnlyItem> Container()
Returns
| Type | Description |
|---|---|
| IProperty_Item<IReadOnlyItem> |
ContainerTypeId()
Retrieve the container_type_id property of the item
Declaration
IProperty_Item<ItemType> ContainerTypeId()
Returns
| Type | Description |
|---|---|
| IProperty_Item<ItemType> |
DueDate()
Retrieve the due_date property of the item
Declaration
IProperty_Date DueDate()
Returns
| Type | Description |
|---|---|
| IProperty_Date |
Icon()
Retrieve the icon property of the item
Declaration
IProperty_Text Icon()
Returns
| Type | Description |
|---|---|
| IProperty_Text |
Instructions()
Retrieve the instructions property of the item
Declaration
IProperty_Text Instructions()
Returns
| Type | Description |
|---|---|
| IProperty_Text |
Item()
Retrieve the item property of the item
Declaration
IProperty_Item<IReadOnlyItem> Item()
Returns
| Type | Description |
|---|---|
| IProperty_Item<IReadOnlyItem> |
ItemTypeId()
Retrieve the item_type_id property of the item
Declaration
IProperty_Item<ItemType> ItemTypeId()
Returns
| Type | Description |
|---|---|
| IProperty_Item<ItemType> |
LanguageCodeFilter()
Retrieve the language_code_filter property of the item
Declaration
IProperty_Text LanguageCodeFilter()
Returns
| Type | Description |
|---|---|
| IProperty_Text |
MyAssignment()
Retrieve the my_assignment property of the item
Declaration
IProperty_Boolean MyAssignment()
Returns
| Type | Description |
|---|---|
| IProperty_Boolean |
NameProp()
Retrieve the name property of the item
Declaration
IProperty_Text NameProp()
Returns
| Type | Description |
|---|---|
| IProperty_Text |
StartDate()
Retrieve the start_date property of the item
Declaration
IProperty_Date StartDate()
Returns
| Type | Description |
|---|---|
| IProperty_Date |
Status()
Retrieve the status property of the item
Declaration
IProperty_Text Status()
Returns
| Type | Description |
|---|---|
| IProperty_Text |