Class HsEligibilityType
A data type for a set of programs for which a person may be considered for eligibility.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class HsEligibilityType : IEquatable<HsEligibilityType>
Properties
ChildSupportAssistanceStatusIndicatorCode
A former assistance. NIEM reference is hs:ChildSupportAssistanceStatusIndicatorCode
Declaration
[DataMember(Name = "childSupportAssistanceStatusIndicatorCode")]
public List<NiemXsstring> ChildSupportAssistanceStatusIndicatorCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsstring> | A former assistance. NIEM reference is hs:ChildSupportAssistanceStatusIndicatorCode |
Context
hsEligibilityType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public HsEligibilityType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<HsEligibilityType.ContextEnum> | hsEligibilityType JSON-LD context |
IsTanf
True if a client receives TANF Assistance or if their assets count; false otherwise. NIEM reference is hs:TANFIndicator
Declaration
[DataMember(Name = "isTanf")]
public List<NiemXsboolean> IsTanf { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if a client receives TANF Assistance or if their assets count; false otherwise. NIEM reference is hs:TANFIndicator |
ServicesIndicatorCode
A service for which a person is eligible. NIEM reference is hs:ServicesEligibilityIndicatorCode
Declaration
[DataMember(Name = "servicesIndicatorCode")]
public List<HsServicesEligibilityIndicatorCodeType> ServicesIndicatorCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<HsServicesEligibilityIndicatorCodeType> | A service for which a person is eligible. NIEM reference is hs:ServicesEligibilityIndicatorCode |
TanfMonthsQuantity
A number of countable months that a client has received TANF Benefits as an adult. NIEM reference is hs:TANFMonthsEligibilityQuantity
Declaration
[DataMember(Name = "tanfMonthsQuantity")]
public List<NcQuantityType> TanfMonthsQuantity { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcQuantityType> | A number of countable months that a client has received TANF Benefits as an adult. NIEM reference is hs:TANFMonthsEligibilityQuantity |
Methods
Equals(HsEligibilityType)
Returns true if HsEligibilityType instances are equal
Declaration
public bool Equals(HsEligibilityType other)
Parameters
Type | Name | Description |
---|---|---|
HsEligibilityType | other | Instance of HsEligibilityType 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(HsEligibilityType, HsEligibilityType)
Declaration
public static bool operator ==(HsEligibilityType left, HsEligibilityType right)
Parameters
Type | Name | Description |
---|---|---|
HsEligibilityType | left | |
HsEligibilityType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(HsEligibilityType, HsEligibilityType)
Declaration
public static bool operator !=(HsEligibilityType left, HsEligibilityType right)
Parameters
Type | Name | Description |
---|---|---|
HsEligibilityType | left | |
HsEligibilityType | right |
Returns
Type | Description |
---|---|
System.Boolean |