OSS NAS Tools for C# for LTE/EPC for 3GPP Release 17.9.0
Oss.Nas1790.ValidityStartTime Class Reference

Represents the ValidityStartTime type More...

Inherits Oss.Nas.Sequence.

Public Member Functions

 ValidityStartTime ()
 The default constructor.
 
 ValidityStartTime (string argYear, string argMonth, string argDay, string argHour, string argMinute)
 Constructs an instance of ValidityStartTime 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

string Year [get, set]
 Field 'year' (mandatory)
 
string Month [get, set]
 Field 'month' (mandatory)
 
string Day [get, set]
 Field 'day' (mandatory)
 
string Hour [get, set]
 Field 'hour' (mandatory)
 
string Minute [get, set]
 Field 'minute' (mandatory)
 

Detailed Description

Represents the ValidityStartTime type

Constructor & Destructor Documentation

◆ ValidityStartTime()

Oss.Nas1790.ValidityStartTime.ValidityStartTime ( string  argYear,
string  argMonth,
string  argDay,
string  argHour,
string  argMinute 
)
inline

Constructs an instance of ValidityStartTime with the specified components.

Parameters
argYearThe value of the year mandatory field
argMonthThe value of the month mandatory field
argDayThe value of the day mandatory field
argHourThe value of the hour mandatory field
argMinuteThe value of the minute mandatory field

Member Function Documentation

◆ Copy()

object Oss.Nas1790.ValidityStartTime.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.Nas1790.ValidityStartTime.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.Nas1790.ValidityStartTime.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.