Represents the CSServiceNotification
type
More...
Inherits Oss.Nas.Sequence.
|
Oss.Nas1790.PagingIdentity | PagingIdentity [get, set] |
| Field 'pagingIdentity' (mandatory)
|
|
Oss.Nas1790.CLI | Cli [get, set] |
| Field 'cli' (optional)
|
|
int? | SsCode [get, set] |
| Field 'ssCode' (optional) The SSCode class defines meaningful names for particular values of the field
|
|
int? | LcsIndicator [get, set] |
| Field 'lcsIndicator' (optional) The LCSIndicator class defines meaningful names for particular values of the field
|
|
byte[] | LcsClientIdentity [get, set] |
| Field 'lcsClientIdentity' (optional)
|
|
◆ CSServiceNotification() [1/2]
Constructs an instance of CSServiceNotification
with the specified mandatory components.
- Parameters
-
argPagingIdentity | The value of the pagingIdentity mandatory field |
◆ CSServiceNotification() [2/2]
Constructs an instance of CSServiceNotification
with the specified components.
- Parameters
-
argPagingIdentity | The value of the pagingIdentity mandatory field |
argCli | The value of the cli optional field |
argSsCode | The value of the ssCode optional field |
argLcsIndicator | The value of the lcsIndicator optional field |
argLcsClientIdentity | The value of the lcsClientIdentity optional field |
◆ Copy()
object Oss.Nas1790.CSServiceNotification.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.CSServiceNotification.Equals |
( |
object |
right | ) |
|
|
inline |
Determines whether the specified object is equal to the current object.
- Parameters
-
right | The 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.CSServiceNotification.GetHashCode |
( |
| ) |
|
|
inline |
Represents a hash function for a particular type.
- Returns
- A hash code for the current object.