C# Class SelectionCriteriaTMS, PSR-History

ファイルを表示 Open project: unhcr/PSR-History Class Usage Examples

Public Methods

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

Method Details

AddOriginCode() public method

public AddOriginCode ( string code ) : void
code string
return void

AddPopulationType() public method

public AddPopulationType ( string code ) : void
code string
return void

AddResidenceCode() public method

public AddResidenceCode ( string code ) : void
code string
return void

AddYear() public method

public AddYear ( string code ) : void
code string
return void

AddYearRange() public method

public AddYearRange ( string startYear, string endYear ) : void
startYear string
endYear string
return void

SelectionCriteriaTMS() public method

public SelectionCriteriaTMS ( ) : System
return System

SelectionCriteriaTMS() public method

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
return System