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

Represents the ControlPlaneServiceType type More...

Inherits Sequence.

Classes

class  ActiveFlagNumbers
 Defines meaningful names for particular values of the activeFlag field More...
 
class  ControlPlaneServiceTypeNumbers
 Defines meaningful names for particular values of the controlPlaneServiceType field More...
 

Public Member Functions

 ControlPlaneServiceTypeContainer ()
 The default constructor. More...
 
 ControlPlaneServiceTypeContainer (int argActiveFlag, int argControlPlaneServiceType)
 Constructs an instance of ControlPlaneServiceTypeContainer 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 ControlPlaneServiceTypeContainer.ActiveFlagNumbers class defines meaningful names for particular values of the field More...
 
int ControlPlaneServiceType [get, set]
 Field 'controlPlaneServiceType' (mandatory) The ControlPlaneServiceTypeContainer.ControlPlaneServiceTypeNumbers class defines meaningful names for particular values of the field More...
 

Detailed Description

Represents the ControlPlaneServiceType type

Constructor & Destructor Documentation

◆ ControlPlaneServiceTypeContainer() [1/2]

Oss.Nas1670.ControlPlaneServiceTypeContainer.ControlPlaneServiceTypeContainer ( )
inline

The default constructor.

◆ ControlPlaneServiceTypeContainer() [2/2]

Oss.Nas1670.ControlPlaneServiceTypeContainer.ControlPlaneServiceTypeContainer ( int  argActiveFlag,
int  argControlPlaneServiceType 
)
inline

Constructs an instance of ControlPlaneServiceTypeContainer with the specified components.

Parameters
argActiveFlagThe value of the activeFlag mandatory field
argControlPlaneServiceTypeThe value of the controlPlaneServiceType mandatory field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ ActiveFlag

int Oss.Nas1670.ControlPlaneServiceTypeContainer.ActiveFlag
getset

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

◆ ControlPlaneServiceType

int Oss.Nas1670.ControlPlaneServiceTypeContainer.ControlPlaneServiceType
getset

Field 'controlPlaneServiceType' (mandatory) The ControlPlaneServiceTypeContainer.ControlPlaneServiceTypeNumbers class defines meaningful names for particular values of the field