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

Mostrar archivo Open project: OSEHRA/mdo Class Usage Examples

Public Methods

Method 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 method

public DemographicSet ( ) : System
return System

Equals() public method

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

GetHashCode() public method

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

ToString() public method

Concatenate addresses, email addresses, and phone numbers together
public ToString ( ) : string
return string