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

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

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

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

Compares the email addresses, phone numbers and addresses for equality

GetHashCode ( ) : int

Calls ToString().GetHashCode() to retrieve the hashcode of the string representation of an DemographicSet object

ToString ( ) : string

Concatenate addresses, email addresses, and phone numbers together

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

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

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

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

Compares the email addresses, phone numbers and addresses for equality
public Equals ( object obj ) : bool
obj object DemographicSet
Результат bool

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

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

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

Concatenate addresses, email addresses, and phone numbers together
public ToString ( ) : string
Результат string