Class NcInsuranceType
A data type for coverage by a contract whereby one party agrees to indemnify or guarantee another against loss by a specified contingent event or peril.
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class NcInsuranceType : IEquatable<NcInsuranceType>
Properties
Augmentation
Additional information about insurance NIEM reference is em:InsuranceAugmentation
Declaration
[DataMember(Name = "augmentation")]
public List<EmInsuranceAugmentationType> Augmentation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<EmInsuranceAugmentationType> | Additional information about insurance NIEM reference is em:InsuranceAugmentation |
CancellationDate
A date an insurance policy is voided or revoked. NIEM reference is nc:InsuranceCancellationDate
Declaration
[DataMember(Name = "cancellationDate")]
public List<NcDateType> CancellationDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date an insurance policy is voided or revoked. NIEM reference is nc:InsuranceCancellationDate |
CarrierIdentification
An identification of a company which underwrites an insurance policy. NIEM reference is nc:InsuranceCarrierIdentification
Declaration
[DataMember(Name = "carrierIdentification")]
public List<NcIdentificationType> CarrierIdentification { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcIdentificationType> | An identification of a company which underwrites an insurance policy. NIEM reference is nc:InsuranceCarrierIdentification |
CarrierName
A name of a company which underwrites an insurance policy. NIEM reference is nc:InsuranceCarrierName
Declaration
[DataMember(Name = "carrierName")]
public List<NcTextType> CarrierName { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A name of a company which underwrites an insurance policy. NIEM reference is nc:InsuranceCarrierName |
CertifiedDate
A date a person is certified as having the necessary insurance coverage. NIEM reference is nc:InsuranceCertifiedDate
Declaration
[DataMember(Name = "certifiedDate")]
public List<NcDateType> CertifiedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date a person is certified as having the necessary insurance coverage. NIEM reference is nc:InsuranceCertifiedDate |
Context
ncInsuranceType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public NcInsuranceType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<NcInsuranceType.ContextEnum> | ncInsuranceType JSON-LD context |
CoverageCategory
A kind of insurance coverage. NIEM reference is nc:InsuranceCoverageCategoryText
Declaration
[DataMember(Name = "coverageCategory")]
public List<NcTextType> CoverageCategory { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A kind of insurance coverage. NIEM reference is nc:InsuranceCoverageCategoryText |
CoverageCategoryCode
A kind of insurance coverage. NIEM reference is j:InsuranceCoverageCategoryCode
Declaration
[DataMember(Name = "coverageCategoryCode")]
public List<AamvaD20InsuranceCoverageCategoryCodeType> CoverageCategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<AamvaD20InsuranceCoverageCategoryCodeType> | A kind of insurance coverage. NIEM reference is j:InsuranceCoverageCategoryCode |
CoveredItem
A property item that is covered by an insurance policy. NIEM reference is nc:InsuranceCoveredItem
Declaration
[DataMember(Name = "coveredItem")]
public List<NcItemType> CoveredItem { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcItemType> | A property item that is covered by an insurance policy. NIEM reference is nc:InsuranceCoveredItem |
EffectiveDateRange
A date range during which an insurance policy coverage is in effect. NIEM reference is nc:InsuranceEffectiveDateRange
Declaration
[DataMember(Name = "effectiveDateRange")]
public List<NcDateRangeType> EffectiveDateRange { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateRangeType> | A date range during which an insurance policy coverage is in effect. NIEM reference is nc:InsuranceEffectiveDateRange |
IsActive
True if an insurance policy is active; false otherwise. NIEM reference is nc:InsuranceActiveIndicator
Declaration
[DataMember(Name = "isActive")]
public List<NiemXsboolean> IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if an insurance policy is active; false otherwise. NIEM reference is nc:InsuranceActiveIndicator |
IsPersonal
True if an insurance coverage is for a personal use; false if it is for commercial or corporate use. NIEM reference is nc:InsurancePersonalIndicator
Declaration
[DataMember(Name = "isPersonal")]
public List<NiemXsboolean> IsPersonal { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsboolean> | True if an insurance coverage is for a personal use; false if it is for commercial or corporate use. NIEM reference is nc:InsurancePersonalIndicator |
PolicyIdentification
An identification assigned to an insurance policy by an insurance carrier. NIEM reference is nc:InsurancePolicyIdentification
Declaration
[DataMember(Name = "policyIdentification")]
public List<NcIdentificationType> PolicyIdentification { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcIdentificationType> | An identification assigned to an insurance policy by an insurance carrier. NIEM reference is nc:InsurancePolicyIdentification |
Methods
Equals(NcInsuranceType)
Returns true if NcInsuranceType instances are equal
Declaration
public bool Equals(NcInsuranceType other)
Parameters
Type | Name | Description |
---|---|---|
NcInsuranceType | other | Instance of NcInsuranceType 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(NcInsuranceType, NcInsuranceType)
Declaration
public static bool operator ==(NcInsuranceType left, NcInsuranceType right)
Parameters
Type | Name | Description |
---|---|---|
NcInsuranceType | left | |
NcInsuranceType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(NcInsuranceType, NcInsuranceType)
Declaration
public static bool operator !=(NcInsuranceType left, NcInsuranceType right)
Parameters
Type | Name | Description |
---|---|---|
NcInsuranceType | left | |
NcInsuranceType | right |
Returns
Type | Description |
---|---|
System.Boolean |