States available for a task

Namespace: Contracts.Data
Assembly: Contracts (in Contracts.dll)

<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
Public constructor TaskState()
Top
Name Description
Public property Type Get the entity type
Public property attributes Any attributes associated with the state - may be null
Public property completion_percentage The percentage the task will be updated to when the state is changes - may be null
Public property id
Public property id_id
Public property id_serverid
Public property is_closure_db_field
Public property name The name of the state
Public property sort_order The sort order
Top
Name Description
Public method Equals(object) Determines whether the specified object is equal to the current object.
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode() Serves as the default hash function.
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToString() Get a string that represents this state
Top
Name Description
Public field is_closure The type of closure this
Public field task_type_name task_type_name is only populated when this entity is loaded via the ImportService's PropertyCollector
Top
Contracts.Data.TaskState

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1