C# Класс gov.va.medora.mdo.PhoneNum

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Equals ( object obj ) : bool

Asserts all parts of phone number are equal

GetHashCode ( ) : int

Calls ToString().GetHashCode() to retrieve the hashcode of the string representation of a PhoneNum object

PhoneNum ( ) : System
PhoneNum ( string phoneNum ) : System
PhoneNum ( string areaCode, string exchange, string number ) : System
ToString ( ) : string

Area Code + Exchange + Number

Описание методов

Equals() публичный Метод

Asserts all parts of phone number are equal
public Equals ( object obj ) : bool
obj object PhoneNum
Результат bool

GetHashCode() публичный Метод

Calls ToString().GetHashCode() to retrieve the hashcode of the string representation of a PhoneNum object
public GetHashCode ( ) : int
Результат int

PhoneNum() публичный Метод

public PhoneNum ( ) : System
Результат System

PhoneNum() публичный Метод

public PhoneNum ( string phoneNum ) : System
phoneNum string
Результат System

PhoneNum() публичный Метод

public PhoneNum ( string areaCode, string exchange, string number ) : System
areaCode string
exchange string
number string
Результат System

ToString() публичный Метод

Area Code + Exchange + Number
public ToString ( ) : string
Результат string