C# 클래스 SelectionCriteriaPOC, PSR-History

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

공개 메소드들

메소드 설명
AddOriginCode ( string code ) : void
AddResidenceCode ( string code ) : void
SelectionCriteriaPOC ( ) : System
SelectionCriteriaPOC ( string startYear, string endYear, ListItemCollection residenceCodes, ListItemCollection originCodes, bool showRES, bool showOGN, bool showREF, bool showASY, bool showRET, bool showIDP, bool showRDP, bool showSTA, bool showOOC, bool showPOC ) : System

메소드 상세

AddOriginCode() 공개 메소드

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

AddResidenceCode() 공개 메소드

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

SelectionCriteriaPOC() 공개 메소드

public SelectionCriteriaPOC ( ) : System
리턴 System

SelectionCriteriaPOC() 공개 메소드

public SelectionCriteriaPOC ( string startYear, string endYear, ListItemCollection residenceCodes, ListItemCollection originCodes, bool showRES, bool showOGN, bool showREF, bool showASY, bool showRET, bool showIDP, bool showRDP, bool showSTA, bool showOOC, bool showPOC ) : System
startYear string
endYear string
residenceCodes ListItemCollection
originCodes ListItemCollection
showRES bool
showOGN bool
showREF bool
showASY bool
showRET bool
showIDP bool
showRDP bool
showSTA bool
showOOC bool
showPOC bool
리턴 System