Class HsGoalObjectiveType
A data type for describing a subset of a service plan goal.
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class HsGoalObjectiveType : NcActivityType, IEquatable<NcActivityType>, IEquatable<HsGoalObjectiveType>
Properties
Context
hsGoalObjectiveType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public HsGoalObjectiveType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<HsGoalObjectiveType.ContextEnum> | hsGoalObjectiveType JSON-LD context |
Task
A clearly defined action or activity specifically assigned to an individual or organization that must be done as it is imposed by an appropriate authority. NIEM reference is nc:Task
Declaration
[DataMember(Name = "task")]
public List<NcTaskType> Task { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTaskType> | A clearly defined action or activity specifically assigned to an individual or organization that must be done as it is imposed by an appropriate authority. NIEM reference is nc:Task |
Methods
Equals(HsGoalObjectiveType)
Returns true if HsGoalObjectiveType instances are equal
Declaration
public bool Equals(HsGoalObjectiveType other)
Parameters
Type | Name | Description |
---|---|---|
HsGoalObjectiveType | other | Instance of HsGoalObjectiveType 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(HsGoalObjectiveType, HsGoalObjectiveType)
Declaration
public static bool operator ==(HsGoalObjectiveType left, HsGoalObjectiveType right)
Parameters
Type | Name | Description |
---|---|---|
HsGoalObjectiveType | left | |
HsGoalObjectiveType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(HsGoalObjectiveType, HsGoalObjectiveType)
Declaration
public static bool operator !=(HsGoalObjectiveType left, HsGoalObjectiveType right)
Parameters
Type | Name | Description |
---|---|---|
HsGoalObjectiveType | left | |
HsGoalObjectiveType | right |
Returns
Type | Description |
---|---|
System.Boolean |