Class HsTaskAugmentationType
A data type for additional information about a task.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class HsTaskAugmentationType : IEquatable<HsTaskAugmentationType>
Properties
ActivityPersonAssociation
An association between a person and an activity in which a person was or may have been involved. NIEM reference is nc:ActivityPersonAssociation
Declaration
[DataMember(Name = "activityPersonAssociation")]
public List<NcActivityPersonAssociationType> ActivityPersonAssociation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcActivityPersonAssociationType> | An association between a person and an activity in which a person was or may have been involved. NIEM reference is nc:ActivityPersonAssociation |
Context
hsTaskAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public HsTaskAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<HsTaskAugmentationType.ContextEnum> | hsTaskAugmentationType JSON-LD context |
Service
A service that will be made available by the agency. NIEM reference is hs:Service
Declaration
[DataMember(Name = "service")]
public List<HsServiceType> Service { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<HsServiceType> | A service that will be made available by the agency. NIEM reference is hs:Service |
TaskCriteriaForSuccess
A description of what needs to be done to successfully complete a task. NIEM reference is nc:TaskCriteriaForSuccessText
Declaration
[DataMember(Name = "taskCriteriaForSuccess")]
public List<NcTextType> TaskCriteriaForSuccess { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of what needs to be done to successfully complete a task. NIEM reference is nc:TaskCriteriaForSuccessText |
TaskCurrentStatus
A status of the progress toward accomplishment of this task. NIEM reference is nc:TaskCurrentStatus
Declaration
[DataMember(Name = "taskCurrentStatus")]
public List<NcStatusType> TaskCurrentStatus { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcStatusType> | A status of the progress toward accomplishment of this task. NIEM reference is nc:TaskCurrentStatus |
TaskTimeframeDescription
A description of the date range for the completion of a task. NIEM reference is hs:TaskTimeframeDescriptionText
Declaration
[DataMember(Name = "taskTimeframeDescription")]
public List<NcTextType> TaskTimeframeDescription { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of the date range for the completion of a task. NIEM reference is hs:TaskTimeframeDescriptionText |
Methods
Equals(HsTaskAugmentationType)
Returns true if HsTaskAugmentationType instances are equal
Declaration
public bool Equals(HsTaskAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
HsTaskAugmentationType | other | Instance of HsTaskAugmentationType to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Equals(Object)
Returns true if objects are equal
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | Object to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Overrides
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | Hash code |
Overrides
ToJson()
Returns the JSON string presentation of the object
Declaration
public string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | String presentation of the object |
Overrides
Operators
Equality(HsTaskAugmentationType, HsTaskAugmentationType)
Declaration
public static bool operator ==(HsTaskAugmentationType left, HsTaskAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
HsTaskAugmentationType | left | |
HsTaskAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(HsTaskAugmentationType, HsTaskAugmentationType)
Declaration
public static bool operator !=(HsTaskAugmentationType left, HsTaskAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
HsTaskAugmentationType | left | |
HsTaskAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |