Class JAddressAugmentationType
A data type for additional information about a Address.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JAddressAugmentationType : IEquatable<JAddressAugmentationType>
Properties
AddressComment
A comment about an address. NIEM reference is j:AddressCommentText
Declaration
[DataMember(Name = "addressComment")]
public List<NcTextType> AddressComment { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A comment about an address. NIEM reference is j:AddressCommentText |
AddressVerifiedDate
A date on which the address was verified. NIEM reference is j:AddressVerifiedDate
Declaration
[DataMember(Name = "addressVerifiedDate")]
public List<NcDateType> AddressVerifiedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date on which the address was verified. NIEM reference is j:AddressVerifiedDate |
Context
jAddressAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JAddressAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JAddressAugmentationType.ContextEnum> | jAddressAugmentationType JSON-LD context |
Methods
Equals(JAddressAugmentationType)
Returns true if JAddressAugmentationType instances are equal
Declaration
public bool Equals(JAddressAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
JAddressAugmentationType | other | Instance of JAddressAugmentationType 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(JAddressAugmentationType, JAddressAugmentationType)
Declaration
public static bool operator ==(JAddressAugmentationType left, JAddressAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
JAddressAugmentationType | left | |
JAddressAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JAddressAugmentationType, JAddressAugmentationType)
Declaration
public static bool operator !=(JAddressAugmentationType left, JAddressAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
JAddressAugmentationType | left | |
JAddressAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |