C# Class gov.va.medora.mdo.DemographicSet

Afficher le fichier Open project: OSEHRA/mdo Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

DemographicSet() public méthode

public DemographicSet ( ) : System
Résultat System

Equals() public méthode

Compares the email addresses, phone numbers and addresses for equality
public Equals ( object obj ) : bool
obj object DemographicSet
Résultat bool

GetHashCode() public méthode

Calls ToString().GetHashCode() to retrieve the hashcode of the string representation of an DemographicSet object
public GetHashCode ( ) : int
Résultat int

ToString() public méthode

Concatenate addresses, email addresses, and phone numbers together
public ToString ( ) : string
Résultat string