Class NcFullTelephoneNumberType
A data type for a full telephone number.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class NcFullTelephoneNumberType : IEquatable<NcFullTelephoneNumberType>
Properties
Context
ncFullTelephoneNumberType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public NcFullTelephoneNumberType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<NcFullTelephoneNumberType.ContextEnum> | ncFullTelephoneNumberType JSON-LD context |
TelephoneNumberFullId
A complete telephone number. NIEM reference is nc:TelephoneNumberFullID
Declaration
[DataMember(Name = "telephoneNumberFullId")]
public List<NiemXsstring> TelephoneNumberFullId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsstring> | A complete telephone number. NIEM reference is nc:TelephoneNumberFullID |
TelephoneSuffixId
An additional sequence of numbers to be entered after a call connects to be directed to the appropriate place. NIEM reference is nc:TelephoneSuffixID
Declaration
[DataMember(Name = "telephoneSuffixId")]
public List<NiemXsstring> TelephoneSuffixId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsstring> | An additional sequence of numbers to be entered after a call connects to be directed to the appropriate place. NIEM reference is nc:TelephoneSuffixID |
Methods
Equals(NcFullTelephoneNumberType)
Returns true if NcFullTelephoneNumberType instances are equal
Declaration
public bool Equals(NcFullTelephoneNumberType other)
Parameters
Type | Name | Description |
---|---|---|
NcFullTelephoneNumberType | other | Instance of NcFullTelephoneNumberType 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(NcFullTelephoneNumberType, NcFullTelephoneNumberType)
Declaration
public static bool operator ==(NcFullTelephoneNumberType left, NcFullTelephoneNumberType right)
Parameters
Type | Name | Description |
---|---|---|
NcFullTelephoneNumberType | left | |
NcFullTelephoneNumberType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(NcFullTelephoneNumberType, NcFullTelephoneNumberType)
Declaration
public static bool operator !=(NcFullTelephoneNumberType left, NcFullTelephoneNumberType right)
Parameters
Type | Name | Description |
---|---|---|
NcFullTelephoneNumberType | left | |
NcFullTelephoneNumberType | right |
Returns
Type | Description |
---|---|
System.Boolean |