Represents the CLI
type
More...
Inherits Oss.Nas.Sequence.
|
| CLI () |
| The default constructor.
|
|
| CLI (int argTypeOfNumber, int argNumberingPlan, string argDigits) |
| Constructs an instance of CLI with the specified mandatory components. More...
|
|
| CLI (int argTypeOfNumber, int argNumberingPlan, Oss.Nas1790.NAS1790_Tindicators argIndicators, string argDigits) |
| Constructs an instance of CLI 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...
|
|
|
int | Ext [get] |
| Field 'ext' (mandatory, readonly)
|
|
int | TypeOfNumber [get, set] |
| Field 'typeOfNumber' (mandatory) The CLI.TypeOfNumberNumbers class defines meaningful names for particular values of the field
|
|
int | NumberingPlan [get, set] |
| Field 'numberingPlan' (mandatory) The CLI.NumberingPlanNumbers class defines meaningful names for particular values of the field
|
|
Oss.Nas1790.NAS1790_Tindicators | Indicators [get, set] |
| Field 'indicators' (optional)
|
|
string | Digits [get, set] |
| Field 'digits' (mandatory)
|
|
◆ CLI() [1/2]
Oss.Nas1790.CLI.CLI |
( |
int |
argTypeOfNumber, |
|
|
int |
argNumberingPlan, |
|
|
string |
argDigits |
|
) |
| |
|
inline |
Constructs an instance of CLI
with the specified mandatory components.
- Parameters
-
argTypeOfNumber | The value of the typeOfNumber mandatory field |
argNumberingPlan | The value of the numberingPlan mandatory field |
argDigits | The value of the digits mandatory field |
◆ CLI() [2/2]
Constructs an instance of CLI
with the specified components.
- Parameters
-
argTypeOfNumber | The value of the typeOfNumber mandatory field |
argNumberingPlan | The value of the numberingPlan mandatory field |
argIndicators | The value of the indicators optional field |
argDigits | The value of the digits mandatory field |
◆ Copy()
object Oss.Nas1790.CLI.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.CLI.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.CLI.GetHashCode |
( |
| ) |
|
|
inline |
Represents a hash function for a particular type.
- Returns
- A hash code for the current object.