C# Class SelectionCriteriaTMS, PSR-History

Afficher le fichier Open project: unhcr/PSR-History Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AddOriginCode ( string code ) : void
code string
Résultat void

AddPopulationType() public méthode

public AddPopulationType ( string code ) : void
code string
Résultat void

AddResidenceCode() public méthode

public AddResidenceCode ( string code ) : void
code string
Résultat void

AddYear() public méthode

public AddYear ( string code ) : void
code string
Résultat void

AddYearRange() public méthode

public AddYearRange ( string startYear, string endYear ) : void
startYear string
endYear string
Résultat void

SelectionCriteriaTMS() public méthode

public SelectionCriteriaTMS ( ) : System
Résultat System

SelectionCriteriaTMS() public méthode

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
Résultat System