Class ImPersonEmploymentAssociationAugmentationType
A data type for additional information about an employment.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class ImPersonEmploymentAssociationAugmentationType : IEquatable<ImPersonEmploymentAssociationAugmentationType>
Properties
Context
imPersonEmploymentAssociationAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public ImPersonEmploymentAssociationAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ImPersonEmploymentAssociationAugmentationType.ContextEnum> | imPersonEmploymentAssociationAugmentationType JSON-LD context |
EmploymentAssignedUnitEnforcementUnit
A unit commonly used by the person in a particular position. NIEM reference is j:EmploymentAssignedUnitEnforcementUnit
Declaration
[DataMember(Name = "employmentAssignedUnitEnforcementUnit")]
public List<JEnforcementUnitType> EmploymentAssignedUnitEnforcementUnit { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JEnforcementUnitType> | A unit commonly used by the person in a particular position. NIEM reference is j:EmploymentAssignedUnitEnforcementUnit |
EmploymentAssignedUnitOrganization
A unit commonly used by the person in a particular position. NIEM reference is j:EmploymentAssignedUnitOrganization
Declaration
[DataMember(Name = "employmentAssignedUnitOrganization")]
public List<NcOrganizationType> EmploymentAssignedUnitOrganization { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcOrganizationType> | A unit commonly used by the person in a particular position. NIEM reference is j:EmploymentAssignedUnitOrganization |
EmploymentAuthorization
A description of the alien's work authorization by DHS to work for a United States business NIEM reference is im:EmploymentAuthorizationText
Declaration
[DataMember(Name = "employmentAuthorization")]
public List<NcTextType> EmploymentAuthorization { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of the alien's work authorization by DHS to work for a United States business NIEM reference is im:EmploymentAuthorizationText |
EmploymentAuthorizationEndDate
A date through which an alien is authorized by DHS to work for a United States business. NIEM reference is im:EmploymentAuthorizationEndDate
Declaration
[DataMember(Name = "employmentAuthorizationEndDate")]
public List<NcDateType> EmploymentAuthorizationEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date through which an alien is authorized by DHS to work for a United States business. NIEM reference is im:EmploymentAuthorizationEndDate |
EmploymentAuthorizationStartDate
A date that an alien is authorized by DHS to start work for a United States business. NIEM reference is im:EmploymentAuthorizationStartDate
Declaration
[DataMember(Name = "employmentAuthorizationStartDate")]
public List<NcDateType> EmploymentAuthorizationStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date that an alien is authorized by DHS to start work for a United States business. NIEM reference is im:EmploymentAuthorizationStartDate |
IsEmploymentAuthorization
True if the Department of Homeland Security (DHS), Immigration and Customs Enforcement (ICE) has authorized the alien to work for a United States business; false otherwise. NIEM reference is im:EmploymentAuthorizationIndicator
Declaration
[DataMember(Name = "isEmploymentAuthorization")]
public List<NiemXsboolean> IsEmploymentAuthorization { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if the Department of Homeland Security (DHS), Immigration and Customs Enforcement (ICE) has authorized the alien to work for a United States business; false otherwise. NIEM reference is im:EmploymentAuthorizationIndicator |
Methods
Equals(ImPersonEmploymentAssociationAugmentationType)
Returns true if ImPersonEmploymentAssociationAugmentationType instances are equal
Declaration
public bool Equals(ImPersonEmploymentAssociationAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
ImPersonEmploymentAssociationAugmentationType | other | Instance of ImPersonEmploymentAssociationAugmentationType 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(ImPersonEmploymentAssociationAugmentationType, ImPersonEmploymentAssociationAugmentationType)
Declaration
public static bool operator ==(ImPersonEmploymentAssociationAugmentationType left, ImPersonEmploymentAssociationAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
ImPersonEmploymentAssociationAugmentationType | left | |
ImPersonEmploymentAssociationAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(ImPersonEmploymentAssociationAugmentationType, ImPersonEmploymentAssociationAugmentationType)
Declaration
public static bool operator !=(ImPersonEmploymentAssociationAugmentationType left, ImPersonEmploymentAssociationAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
ImPersonEmploymentAssociationAugmentationType | left | |
ImPersonEmploymentAssociationAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |