OSS NAS Tools for C# for 5G for 3GPP Release 16.8.0
Oss.Nas5GS1680.MobileIdentityIMEISV Class Reference

Represents the MobileIdentityIMEISV type More...

Inherits Sequence.

Classes

class  OddEvenIndicatorNumbers
 Defines meaningful names for particular values of the oddEvenIndicator field More...
 
class  TypeOfIdentityNumbers
 Defines meaningful names for particular values of the typeOfIdentity field More...
 

Public Member Functions

 MobileIdentityIMEISV ()
 The default constructor. More...
 
 MobileIdentityIMEISV (string argIdentityDigits)
 Constructs an instance of MobileIdentityIMEISV with the specified components. More...
 
override bool Equals (object right)
 Determines whether the specified object is equal to the current object. More...
 
override int GetHashCode ()
 Represents a hash function for a particular type. More...
 
object Copy ()
 Creates a deep copy of this object. More...
 

Properties

int OddEvenIndicator [get]
 Field 'oddEvenIndicator' (mandatory, readonly) The MobileIdentityIMEISV.OddEvenIndicatorNumbers class defines meaningful names for particular values of the field More...
 
int TypeOfIdentity [get]
 Field 'typeOfIdentity' (mandatory, readonly) The MobileIdentityIMEISV.TypeOfIdentityNumbers class defines meaningful names for particular values of the field More...
 
string IdentityDigits [get, set]
 Field 'identityDigits' (mandatory) More...
 

Detailed Description

Represents the MobileIdentityIMEISV type

Constructor & Destructor Documentation

◆ MobileIdentityIMEISV() [1/2]

Oss.Nas5GS1680.MobileIdentityIMEISV.MobileIdentityIMEISV ( )
inline

The default constructor.

◆ MobileIdentityIMEISV() [2/2]

Oss.Nas5GS1680.MobileIdentityIMEISV.MobileIdentityIMEISV ( string  argIdentityDigits)
inline

Constructs an instance of MobileIdentityIMEISV with the specified components.

Parameters
argIdentityDigitsThe value of the identityDigits mandatory field

Member Function Documentation

◆ Copy()

object Oss.Nas5GS1680.MobileIdentityIMEISV.Copy ( )
inline

Creates a deep copy of this object.

Returns
A new object that is a deep copy of this instance.

◆ Equals()

override bool Oss.Nas5GS1680.MobileIdentityIMEISV.Equals ( object  right)
inline

Determines whether the specified object is equal to the current object.

Parameters
rightThe object to compare with this object.
Returns
true when the specified object is equal to the current object; otherwise, false.

◆ GetHashCode()

override int Oss.Nas5GS1680.MobileIdentityIMEISV.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ IdentityDigits

string Oss.Nas5GS1680.MobileIdentityIMEISV.IdentityDigits
getset

Field 'identityDigits' (mandatory)

◆ OddEvenIndicator

int Oss.Nas5GS1680.MobileIdentityIMEISV.OddEvenIndicator
get

Field 'oddEvenIndicator' (mandatory, readonly) The MobileIdentityIMEISV.OddEvenIndicatorNumbers class defines meaningful names for particular values of the field

◆ TypeOfIdentity

int Oss.Nas5GS1680.MobileIdentityIMEISV.TypeOfIdentity
get

Field 'typeOfIdentity' (mandatory, readonly) The MobileIdentityIMEISV.TypeOfIdentityNumbers class defines meaningful names for particular values of the field