Class HsCaseworkerType
A data type for information about the caseworker.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class HsCaseworkerType : IEquatable<HsCaseworkerType>
Properties
CaseWorkerCategoryCode
A case worker category. NIEM reference is hs:CaseWorkerCategoryCode
Declaration
[DataMember(Name = "caseWorkerCategoryCode")]
public List<HsCaseWorkerCategoryCodeType> CaseWorkerCategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<HsCaseWorkerCategoryCodeType> | A case worker category. NIEM reference is hs:CaseWorkerCategoryCode |
CaseWorkerInvolvementCategoryCode
A code indicating the type of caseworker assigned e.g. investigation, ongoing, adoption, permanency, caseworker supervisor. NIEM reference is hs:CaseWorkerInvolvementCategoryCode
Declaration
[DataMember(Name = "caseWorkerInvolvementCategoryCode")]
public List<HsCaseworkerInvolvementCategoryCodeType> CaseWorkerInvolvementCategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<HsCaseworkerInvolvementCategoryCodeType> | A code indicating the type of caseworker assigned e.g. investigation, ongoing, adoption, permanency, caseworker supervisor. NIEM reference is hs:CaseWorkerInvolvementCategoryCode |
Category
A kind of caseworker, described in terms of their function or program specialty. NIEM reference is hs:CaseworkerCategoryText
Declaration
[DataMember(Name = "category")]
public List<NcTextType> Category { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind of caseworker, described in terms of their function or program specialty. NIEM reference is hs:CaseworkerCategoryText |
Context
hsCaseworkerType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public HsCaseworkerType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<HsCaseworkerType.ContextEnum> | hsCaseworkerType JSON-LD context |
RoleOfPerson
A person of whom the role object is a function. NIEM reference is nc:RoleOfPerson
Declaration
[DataMember(Name = "roleOfPerson")]
public List<NcPersonType> RoleOfPerson { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcPersonType> | A person of whom the role object is a function. NIEM reference is nc:RoleOfPerson |
Methods
Equals(HsCaseworkerType)
Returns true if HsCaseworkerType instances are equal
Declaration
public bool Equals(HsCaseworkerType other)
Parameters
Type | Name | Description |
---|---|---|
HsCaseworkerType | other | Instance of HsCaseworkerType 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(HsCaseworkerType, HsCaseworkerType)
Declaration
public static bool operator ==(HsCaseworkerType left, HsCaseworkerType right)
Parameters
Type | Name | Description |
---|---|---|
HsCaseworkerType | left | |
HsCaseworkerType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(HsCaseworkerType, HsCaseworkerType)
Declaration
public static bool operator !=(HsCaseworkerType left, HsCaseworkerType right)
Parameters
Type | Name | Description |
---|---|---|
HsCaseworkerType | left | |
HsCaseworkerType | right |
Returns
Type | Description |
---|---|
System.Boolean |