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

Represents the PartialServiceArea type More...

Inherits Choice.

Public Types

enum  Id {
  Unselected = 0, Type0Chosen = 1, Type1Chosen = 2, Type2Chosen = 3,
  Type3Chosen = 4
}
 CHOICE alternatives More...
 

Public Member Functions

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

Id Selected [get]
 Gets current selection More...
 
Oss.Nas5GS1680.PartialServiceType0Type0 [get, set]
 Gets or selects the 'type0' alternative. More...
 
Oss.Nas5GS1680.PartialServiceType1Type1 [get, set]
 Gets or selects the 'type1' alternative. More...
 
Oss.Nas5GS1680.PartialServiceType2Type2 [get, set]
 Gets or selects the 'type2' alternative. More...
 
Oss.Nas5GS1680.PartialServiceType3Type3 [get, set]
 Gets or selects the 'type3' alternative. More...
 

Detailed Description

Represents the PartialServiceArea type

Member Enumeration Documentation

◆ Id

CHOICE alternatives

Member Function Documentation

◆ Copy()

object Oss.Nas5GS1680.PartialServiceArea.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.PartialServiceArea.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, it returns false.

◆ GetHashCode()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ Selected

Id Oss.Nas5GS1680.PartialServiceArea.Selected
get

Gets current selection

◆ Type0

Oss.Nas5GS1680.PartialServiceType0? Oss.Nas5GS1680.PartialServiceArea.Type0
getset

Gets or selects the 'type0' alternative.

◆ Type1

Oss.Nas5GS1680.PartialServiceType1? Oss.Nas5GS1680.PartialServiceArea.Type1
getset

Gets or selects the 'type1' alternative.

◆ Type2

Oss.Nas5GS1680.PartialServiceType2? Oss.Nas5GS1680.PartialServiceArea.Type2
getset

Gets or selects the 'type2' alternative.

◆ Type3

Oss.Nas5GS1680.PartialServiceType3? Oss.Nas5GS1680.PartialServiceArea.Type3
getset

Gets or selects the 'type3' alternative.