Class ScrAddressClassificationType
A data type for classification of an ADDRESS
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class ScrAddressClassificationType : IEquatable<ScrAddressClassificationType>
Properties
CategoryCode
A kind of address. NIEM reference is scr:AddressClassificationCategoryCode
Declaration
[DataMember(Name = "categoryCode")]
public List<ScrAddressCategoryCodeType> CategoryCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ScrAddressCategoryCodeType> | A kind of address. NIEM reference is scr:AddressClassificationCategoryCode |
CategoryDescription
A description of a kind of address. NIEM reference is scr:AddressClassificationCategoryDescriptionText
Declaration
[DataMember(Name = "categoryDescription")]
public List<NcTextType> CategoryDescription { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of a kind of address. NIEM reference is scr:AddressClassificationCategoryDescriptionText |
Context
scrAddressClassificationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public ScrAddressClassificationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ScrAddressClassificationType.ContextEnum> | scrAddressClassificationType JSON-LD context |
Methods
Equals(ScrAddressClassificationType)
Returns true if ScrAddressClassificationType instances are equal
Declaration
public bool Equals(ScrAddressClassificationType other)
Parameters
Type | Name | Description |
---|---|---|
ScrAddressClassificationType | other | Instance of ScrAddressClassificationType 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(ScrAddressClassificationType, ScrAddressClassificationType)
Declaration
public static bool operator ==(ScrAddressClassificationType left, ScrAddressClassificationType right)
Parameters
Type | Name | Description |
---|---|---|
ScrAddressClassificationType | left | |
ScrAddressClassificationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(ScrAddressClassificationType, ScrAddressClassificationType)
Declaration
public static bool operator !=(ScrAddressClassificationType left, ScrAddressClassificationType right)
Parameters
Type | Name | Description |
---|---|---|
ScrAddressClassificationType | left | |
ScrAddressClassificationType | right |
Returns
Type | Description |
---|---|
System.Boolean |