Class ItAddressAugmentationType
A data type for additional information about an address.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class ItAddressAugmentationType : IEquatable<ItAddressAugmentationType>
Properties
Context
itAddressAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public ItAddressAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ItAddressAugmentationType.ContextEnum> | itAddressAugmentationType JSON-LD context |
LocationCountrySubEntityIdentification
An identification of a country subdivision. NIEM reference is it:LocationCountrySubEntityIdentification
Declaration
[DataMember(Name = "locationCountrySubEntityIdentification")]
public List<NcIdentificationType> LocationCountrySubEntityIdentification { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcIdentificationType> | An identification of a country subdivision. NIEM reference is it:LocationCountrySubEntityIdentification |
LocationCountrySubEntityName
A name of a country subdivision. NIEM reference is it:LocationCountrySubEntityName
Declaration
[DataMember(Name = "locationCountrySubEntityName")]
public List<NcTextType> LocationCountrySubEntityName { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A name of a country subdivision. NIEM reference is it:LocationCountrySubEntityName |
Methods
Equals(ItAddressAugmentationType)
Returns true if ItAddressAugmentationType instances are equal
Declaration
public bool Equals(ItAddressAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
ItAddressAugmentationType | other | Instance of ItAddressAugmentationType 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(ItAddressAugmentationType, ItAddressAugmentationType)
Declaration
public static bool operator ==(ItAddressAugmentationType left, ItAddressAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
ItAddressAugmentationType | left | |
ItAddressAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(ItAddressAugmentationType, ItAddressAugmentationType)
Declaration
public static bool operator !=(ItAddressAugmentationType left, ItAddressAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
ItAddressAugmentationType | left | |
ItAddressAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |