Class MoTaskAugmentationType
A data type for additional information about a task.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class MoTaskAugmentationType : IEquatable<MoTaskAugmentationType>
Properties
Context
moTaskAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public MoTaskAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<MoTaskAugmentationType.ContextEnum> | moTaskAugmentationType JSON-LD context |
TaskDescription
A description of the task in detail. NIEM reference is nc:TaskDescriptionText
Declaration
[DataMember(Name = "taskDescription")]
public List<NiemXsstring> TaskDescription { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsstring> | A description of the task in detail. NIEM reference is nc:TaskDescriptionText |
TaskEndDate
A date for the end of a task. NIEM reference is nc:TaskEndDate
Declaration
[DataMember(Name = "taskEndDate")]
public List<NcDateType> TaskEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date for the end of a task. NIEM reference is nc:TaskEndDate |
TaskName
A name of a task. NIEM reference is nc:TaskName
Declaration
[DataMember(Name = "taskName")]
public List<NiemXsstring> TaskName { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsstring> | A name of a task. NIEM reference is nc:TaskName |
TaskNumber
A hierarchical number that identifies a specific task. NIEM reference is mo:TaskNumberText
Declaration
[DataMember(Name = "taskNumber")]
public List<NiemXsstring> TaskNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsstring> | A hierarchical number that identifies a specific task. NIEM reference is mo:TaskNumberText |
TaskPerformingUnit
A unit that is/was/will be performing the task. NIEM reference is mo:TaskPerformingUnit
Declaration
[DataMember(Name = "taskPerformingUnit")]
public List<MoUnitType> TaskPerformingUnit { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<MoUnitType> | A unit that is/was/will be performing the task. NIEM reference is mo:TaskPerformingUnit |
TaskStartDate
A date for the start of a task. NIEM reference is nc:TaskStartDate
Declaration
[DataMember(Name = "taskStartDate")]
public List<NcDateType> TaskStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date for the start of a task. NIEM reference is nc:TaskStartDate |
TaskUuid
An identifier for a 128 bit Universally Unique ID (UUID) for a task. NIEM reference is mo:TaskUUID
Declaration
[DataMember(Name = "taskUuid")]
public List<MoUUIDType> TaskUuid { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<MoUUIDType> | An identifier for a 128 bit Universally Unique ID (UUID) for a task. NIEM reference is mo:TaskUUID |
Methods
Equals(MoTaskAugmentationType)
Returns true if MoTaskAugmentationType instances are equal
Declaration
public bool Equals(MoTaskAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
MoTaskAugmentationType | other | Instance of MoTaskAugmentationType 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(MoTaskAugmentationType, MoTaskAugmentationType)
Declaration
public static bool operator ==(MoTaskAugmentationType left, MoTaskAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
MoTaskAugmentationType | left | |
MoTaskAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(MoTaskAugmentationType, MoTaskAugmentationType)
Declaration
public static bool operator !=(MoTaskAugmentationType left, MoTaskAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
MoTaskAugmentationType | left | |
MoTaskAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |