C# 클래스 SelectionCriteriaRSD, PSR-History

파일 보기 프로젝트 열기: unhcr/PSR-History 1 사용 예제들

공개 메소드들

메소드 설명
AddOriginCode ( string code ) : void
AddResidenceCode ( string code ) : void
SelectionCriteriaRSD ( ) : System
SelectionCriteriaRSD ( string startYear, string endYear, ListItemCollection residenceCodes, ListItemCollection originCodes, bool showRES, bool showOGN, bool showRSDP, bool showRSDL ) : System

메소드 상세

AddOriginCode() 공개 메소드

public AddOriginCode ( string code ) : void
code string
리턴 void

AddResidenceCode() 공개 메소드

public AddResidenceCode ( string code ) : void
code string
리턴 void

SelectionCriteriaRSD() 공개 메소드

public SelectionCriteriaRSD ( ) : System
리턴 System

SelectionCriteriaRSD() 공개 메소드

public SelectionCriteriaRSD ( string startYear, string endYear, ListItemCollection residenceCodes, ListItemCollection originCodes, bool showRES, bool showOGN, bool showRSDP, bool showRSDL ) : System
startYear string
endYear string
residenceCodes ListItemCollection
originCodes ListItemCollection
showRES bool
showOGN bool
showRSDP bool
showRSDL bool
리턴 System