C# Class SelectionCriteriaPOC, PSR-History

Mostra file Open project: unhcr/PSR-History Class Usage Examples

Public Methods

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

Method Details

AddOriginCode() public method

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

AddResidenceCode() public method

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

SelectionCriteriaPOC() public method

public SelectionCriteriaPOC ( ) : System
return System

SelectionCriteriaPOC() public method

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