TaskState Class
<DataContract()> _
<System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)> _
Public Class TaskState
Implements BaseEFEntity, _
IHasAttributes, _
ISynergyEntity
This language is not supported or no code example is available.
[DataContract()]
[System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)]
public class TaskState : BaseEFEntity,
IHasAttributes,
ISynergyEntity
This language is not supported or no code example is available.
[DataContract()]
[System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)]
public ref class TaskState : public BaseEFEntity^,
public IHasAttributes^,
public ISynergyEntity^
This language is not supported or no code example is available.
public
DataContract()
System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)
class TaskState
implements BaseEFEntity,
IHasAttributes,
ISynergyEntity
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
![]() |
TaskState() |
Name | Description | |
---|---|---|
![]() |
Type | Get the entity type |
![]() |
attributes | Any attributes associated with the state - may be null |
![]() |
completion_percentage | The percentage the task will be updated to when the state is changes - may be null |
![]() |
id | |
![]() |
id_id | |
![]() |
id_serverid | |
![]() |
is_closure_db_field | |
![]() |
name | The name of the state |
![]() |
sort_order | The sort order |
Name | Description | |
---|---|---|
![]() |
Equals(object) | Determines whether the specified object is equal to the current 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. |
![]() |
GetType | Gets the Type of the current instance. (inherited from Object). |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). |
![]() |
ToString() | Get a string that represents this state |
Name | Description | |
---|---|---|
![]() |
is_closure | The type of closure this |
![]() |
task_type_name | task_type_name is only populated when this entity is loaded via the ImportService's PropertyCollector |
Contracts.Data.TaskState