Class JProgramEnrollmentType
A data type for a set of details required for a subject's participation in a specific program.
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JProgramEnrollmentType : NcActivityType, IEquatable<NcActivityType>, IEquatable<JProgramEnrollmentType>
Properties
Context
jProgramEnrollmentType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JProgramEnrollmentType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JProgramEnrollmentType.ContextEnum> | jProgramEnrollmentType JSON-LD context |
Goal
A defined end-state for the subject that describes the state of well-being following rehabilitation activity. NIEM reference is j:ProgramEnrollmentGoal
Declaration
[DataMember(Name = "goal")]
public List<JGoalType> Goal { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JGoalType> | A defined end-state for the subject that describes the state of well-being following rehabilitation activity. NIEM reference is j:ProgramEnrollmentGoal |
Methods
Equals(JProgramEnrollmentType)
Returns true if JProgramEnrollmentType instances are equal
Declaration
public bool Equals(JProgramEnrollmentType other)
Parameters
Type | Name | Description |
---|---|---|
JProgramEnrollmentType | other | Instance of JProgramEnrollmentType 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(JProgramEnrollmentType, JProgramEnrollmentType)
Declaration
public static bool operator ==(JProgramEnrollmentType left, JProgramEnrollmentType right)
Parameters
Type | Name | Description |
---|---|---|
JProgramEnrollmentType | left | |
JProgramEnrollmentType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JProgramEnrollmentType, JProgramEnrollmentType)
Declaration
public static bool operator !=(JProgramEnrollmentType left, JProgramEnrollmentType right)
Parameters
Type | Name | Description |
---|---|---|
JProgramEnrollmentType | left | |
JProgramEnrollmentType | right |
Returns
Type | Description |
---|---|
System.Boolean |