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 |
public AddPopulationType ( string code ) : void | ||
code | string | |
return | void |
public AddResidenceCode ( string code ) : void | ||
code | string | |
return | void |
public AddYearRange ( string startYear, string endYear ) : void | ||
startYear | string | |
endYear | string | |
return | void |
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 |