C# 클래스 SelectionCriteriaTMS, PSR-History

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

공개 메소드들

메소드 설명
AddOriginCode ( string code ) : void
AddPopulationType ( string code ) : void
AddResidenceCode ( string code ) : void
AddYear ( string code ) : void
AddYearRange ( string startYear, string endYear ) : void
SelectionCriteriaTMS ( ) : System
SelectionCriteriaTMS ( string startYear, string endYear, ListItemCollection residenceCodes, ListItemCollection originCodes, ListItemCollection populationTypes, bool showRES, bool showOGN, bool showPOPT ) : System

메소드 상세

AddOriginCode() 공개 메소드

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

AddPopulationType() 공개 메소드

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

AddResidenceCode() 공개 메소드

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

AddYear() 공개 메소드

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

AddYearRange() 공개 메소드

public AddYearRange ( string startYear, string endYear ) : void
startYear string
endYear string
리턴 void

SelectionCriteriaTMS() 공개 메소드

public SelectionCriteriaTMS ( ) : System
리턴 System

SelectionCriteriaTMS() 공개 메소드

public SelectionCriteriaTMS ( string startYear, string endYear, ListItemCollection residenceCodes, ListItemCollection originCodes, ListItemCollection populationTypes, bool showRES, bool showOGN, bool showPOPT ) : System
startYear string
endYear string
residenceCodes ListItemCollection
originCodes ListItemCollection
populationTypes ListItemCollection
showRES bool
showOGN bool
showPOPT bool
리턴 System