Class EmInsuranceAugmentationType
A data type for additional information about an insurance
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class EmInsuranceAugmentationType : IEquatable<EmInsuranceAugmentationType>
Properties
Address
A postal location to which paper mail can be directed. NIEM reference is nc:Address
Declaration
[DataMember(Name = "address")]
public List<NcAddressType> Address { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcAddressType> | A postal location to which paper mail can be directed. NIEM reference is nc:Address |
Context
emInsuranceAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public EmInsuranceAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<EmInsuranceAugmentationType.ContextEnum> | emInsuranceAugmentationType JSON-LD context |
InsuranceGroupNumberId
An identifier for the insurance group number NIEM reference is em:InsuranceGroupNumberID
Declaration
[DataMember(Name = "insuranceGroupNumberId")]
public List<NiemXsstring> InsuranceGroupNumberId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsstring> | An identifier for the insurance group number NIEM reference is em:InsuranceGroupNumberID |
InsuranceName
A textual name of the insurance NIEM reference is em:InsuranceName
Declaration
[DataMember(Name = "insuranceName")]
public List<NcTextType> InsuranceName { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A textual name of the insurance NIEM reference is em:InsuranceName |
InsurancePhoneNumber
A phone number of the company that has issued the insurance NIEM reference is em:InsurancePhoneNumber
Declaration
[DataMember(Name = "insurancePhoneNumber")]
public List<NcTelephoneNumberType> InsurancePhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTelephoneNumberType> | A phone number of the company that has issued the insurance NIEM reference is em:InsurancePhoneNumber |
Methods
Equals(EmInsuranceAugmentationType)
Returns true if EmInsuranceAugmentationType instances are equal
Declaration
public bool Equals(EmInsuranceAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
EmInsuranceAugmentationType | other | Instance of EmInsuranceAugmentationType 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(EmInsuranceAugmentationType, EmInsuranceAugmentationType)
Declaration
public static bool operator ==(EmInsuranceAugmentationType left, EmInsuranceAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
EmInsuranceAugmentationType | left | |
EmInsuranceAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(EmInsuranceAugmentationType, EmInsuranceAugmentationType)
Declaration
public static bool operator !=(EmInsuranceAugmentationType left, EmInsuranceAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
EmInsuranceAugmentationType | left | |
EmInsuranceAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |