OSS NAS Tools for C# for LTE/EPC for 3GPP Release 16.7.0
Oss.Nas1670.EPSUpdateTypeContainer Class Reference

Represents the EPSUpdateType type More...

Inherits Sequence.

Classes

class  ActiveFlagNumbers
 Defines meaningful names for particular values of the activeFlag field More...
 
class  EpsUpdateTypeNumbers
 Defines meaningful names for particular values of the epsUpdateType field More...
 

Public Member Functions

 EPSUpdateTypeContainer ()
 The default constructor. More...
 
 EPSUpdateTypeContainer (int argActiveFlag, int argEpsUpdateType)
 Constructs an instance of EPSUpdateTypeContainer 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 ActiveFlag [get, set]
 Field 'activeFlag' (mandatory) The EPSUpdateTypeContainer.ActiveFlagNumbers class defines meaningful names for particular values of the field More...
 
int EpsUpdateType [get, set]
 Field 'epsUpdateType' (mandatory) The EPSUpdateTypeContainer.EpsUpdateTypeNumbers class defines meaningful names for particular values of the field More...
 

Detailed Description

Represents the EPSUpdateType type

Constructor & Destructor Documentation

◆ EPSUpdateTypeContainer() [1/2]

Oss.Nas1670.EPSUpdateTypeContainer.EPSUpdateTypeContainer ( )
inline

The default constructor.

◆ EPSUpdateTypeContainer() [2/2]

Oss.Nas1670.EPSUpdateTypeContainer.EPSUpdateTypeContainer ( int  argActiveFlag,
int  argEpsUpdateType 
)
inline

Constructs an instance of EPSUpdateTypeContainer with the specified components.

Parameters
argActiveFlagThe value of the activeFlag mandatory field
argEpsUpdateTypeThe value of the epsUpdateType mandatory field

Member Function Documentation

◆ Copy()

object Oss.Nas1670.EPSUpdateTypeContainer.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.Nas1670.EPSUpdateTypeContainer.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.Nas1670.EPSUpdateTypeContainer.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ ActiveFlag

int Oss.Nas1670.EPSUpdateTypeContainer.ActiveFlag
getset

Field 'activeFlag' (mandatory) The EPSUpdateTypeContainer.ActiveFlagNumbers class defines meaningful names for particular values of the field

◆ EpsUpdateType

int Oss.Nas1670.EPSUpdateTypeContainer.EpsUpdateType
getset

Field 'epsUpdateType' (mandatory) The EPSUpdateTypeContainer.EpsUpdateTypeNumbers class defines meaningful names for particular values of the field