TaskType Class
<DataContract()> _
Public Class TaskType
Implements ISynergyEntity, _
IHasAttributes
This language is not supported or no code example is available.
[DataContract()]
public class TaskType : ISynergyEntity,
IHasAttributes
This language is not supported or no code example is available.
[DataContract()]
public ref class TaskType : public ISynergyEntity^,
public IHasAttributes^
This language is not supported or no code example is available.
public
DataContract()
class TaskType
implements ISynergyEntity,
IHasAttributes
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
![]() |
TaskType() |
Name | Description | |
---|---|---|
![]() |
Type | Get the entity type |
![]() |
attributes | |
![]() |
id |
Name | Description | |
---|---|---|
![]() |
Equals(Object) | Determines whether the specified object is equal to the current object. (inherited from Object). |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object). |
![]() |
GetHashCode | Serves as the default hash function. (inherited from Object). |
![]() |
GetType | Gets the Type of the current instance. (inherited from Object). |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). |
![]() |
ToString() | Returns a string that represents the current object. |
Name | Description | |
---|---|---|
![]() |
colour | The colour of the type in ARGB, use System.Drawing.Colour.FromARGB to get colour from it. |
![]() |
create_date_utc | The create date in utc |
![]() |
created_by_id | The contact that created the task type |
![]() |
dependent_task_action | An action to take when a dependent task is closed |
![]() |
description | The description of the type |
![]() |
name | The name of the type |
![]() |
start_task_action | An action to take when a task is meant to start |
![]() |
task_type_id | The id of the task type |
![]() |
workflow_id | Our workflow id, if there is one |
Contracts.Data.TaskType