C# 클래스 gov.va.medora.mdo.DemographicSet

파일 보기 프로젝트 열기: OSEHRA/mdo 1 사용 예제들

공개 메소드들

메소드 설명
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