Class HsProgramAugmentationType
A data type for additional information about a program.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class HsProgramAugmentationType : IEquatable<HsProgramAugmentationType>
Properties
Context
hsProgramAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public HsProgramAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<HsProgramAugmentationType.ContextEnum> | hsProgramAugmentationType JSON-LD context |
ProgramEligibleEndDate
A date a person lost eligibility for a program (e.g., exceeded income limits, violated a program rule, or otherwise failed to satisfy a requirement). NIEM reference is hs:ProgramEligibleEndDate
Declaration
[DataMember(Name = "programEligibleEndDate")]
public List<NcDateType> ProgramEligibleEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date a person lost eligibility for a program (e.g., exceeded income limits, violated a program rule, or otherwise failed to satisfy a requirement). NIEM reference is hs:ProgramEligibleEndDate |
ProgramEligibleStartDate
A date a person became eligible to enroll in a program (e.g., receive financial assistance, treatment, or some other social service). NIEM reference is hs:ProgramEligibleStartDate
Declaration
[DataMember(Name = "programEligibleStartDate")]
public List<NcDateType> ProgramEligibleStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date a person became eligible to enroll in a program (e.g., receive financial assistance, treatment, or some other social service). NIEM reference is hs:ProgramEligibleStartDate |
ProgramMonetaryValue
An evaluation of the monetary worth of the program provided. NIEM reference is hs:ProgramMonetaryValue
Declaration
[DataMember(Name = "programMonetaryValue")]
public List<NcItemValueType> ProgramMonetaryValue { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcItemValueType> | An evaluation of the monetary worth of the program provided. NIEM reference is hs:ProgramMonetaryValue |
Methods
Equals(HsProgramAugmentationType)
Returns true if HsProgramAugmentationType instances are equal
Declaration
public bool Equals(HsProgramAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
HsProgramAugmentationType | other | Instance of HsProgramAugmentationType 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(HsProgramAugmentationType, HsProgramAugmentationType)
Declaration
public static bool operator ==(HsProgramAugmentationType left, HsProgramAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
HsProgramAugmentationType | left | |
HsProgramAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(HsProgramAugmentationType, HsProgramAugmentationType)
Declaration
public static bool operator !=(HsProgramAugmentationType left, HsProgramAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
HsProgramAugmentationType | left | |
HsProgramAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |