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

Represents the EMMInformation type More...

Inherits Sequence.

Public Member Functions

 EMMInformation ()
 The default constructor. More...
 
 EMMInformation (Oss.Nas1670.NetworkName argFullNameForNetwork, Oss.Nas1670.NetworkName argShortNameForNetwork, string argLocalTimeZone, Oss.Nas1670.TimeZoneAndTime argUniversalTimeAndLocalTimeZone, Oss.Nas1670.DaylightSavingTimeContainer argNetworkDaylightSavingTime)
 Constructs an instance of EMMInformation 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

Oss.Nas1670.NetworkName FullNameForNetwork [get, set]
 Field 'fullNameForNetwork' (optional) More...
 
Oss.Nas1670.NetworkName ShortNameForNetwork [get, set]
 Field 'shortNameForNetwork' (optional) More...
 
string LocalTimeZone [get, set]
 Field 'localTimeZone' (optional) More...
 
Oss.Nas1670.TimeZoneAndTime UniversalTimeAndLocalTimeZone [get, set]
 Field 'universalTimeAndLocalTimeZone' (optional) More...
 
Oss.Nas1670.DaylightSavingTimeContainer NetworkDaylightSavingTime [get, set]
 Field 'networkDaylightSavingTime' (optional) More...
 

Detailed Description

Represents the EMMInformation type

Constructor & Destructor Documentation

◆ EMMInformation() [1/2]

Oss.Nas1670.EMMInformation.EMMInformation ( )
inline

The default constructor.

◆ EMMInformation() [2/2]

Oss.Nas1670.EMMInformation.EMMInformation ( Oss.Nas1670.NetworkName  argFullNameForNetwork,
Oss.Nas1670.NetworkName  argShortNameForNetwork,
string  argLocalTimeZone,
Oss.Nas1670.TimeZoneAndTime  argUniversalTimeAndLocalTimeZone,
Oss.Nas1670.DaylightSavingTimeContainer  argNetworkDaylightSavingTime 
)
inline

Constructs an instance of EMMInformation with the specified components.

Parameters
argFullNameForNetworkThe value of the fullNameForNetwork optional field
argShortNameForNetworkThe value of the shortNameForNetwork optional field
argLocalTimeZoneThe value of the localTimeZone optional field
argUniversalTimeAndLocalTimeZoneThe value of the universalTimeAndLocalTimeZone optional field
argNetworkDaylightSavingTimeThe value of the networkDaylightSavingTime optional field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ FullNameForNetwork

Oss.Nas1670.NetworkName Oss.Nas1670.EMMInformation.FullNameForNetwork
getset

Field 'fullNameForNetwork' (optional)

◆ LocalTimeZone

string Oss.Nas1670.EMMInformation.LocalTimeZone
getset

Field 'localTimeZone' (optional)

◆ NetworkDaylightSavingTime

Oss.Nas1670.DaylightSavingTimeContainer Oss.Nas1670.EMMInformation.NetworkDaylightSavingTime
getset

Field 'networkDaylightSavingTime' (optional)

◆ ShortNameForNetwork

Oss.Nas1670.NetworkName Oss.Nas1670.EMMInformation.ShortNameForNetwork
getset

Field 'shortNameForNetwork' (optional)

◆ UniversalTimeAndLocalTimeZone

Oss.Nas1670.TimeZoneAndTime Oss.Nas1670.EMMInformation.UniversalTimeAndLocalTimeZone
getset

Field 'universalTimeAndLocalTimeZone' (optional)