Method GetParametersFromServer
GetParametersFromServer(params Parameter[])
Retrieves the parameters from the server matching the specified filters.
protected IEnumerable<Parameter> GetParametersFromServer(params Parameter[] filters)Parameters
- filtersParameter[]
- The filters. 
Returns
- IEnumerable<Parameter>
- The parameters from the server matching the specified filters. 
GetParametersFromServer(FilterElement<Parameter>)
Retrieves the parameters from the server matching the specified filter.
protected IEnumerable<Parameter> GetParametersFromServer(FilterElement<Parameter> filter)Parameters
- filterFilterElement<Parameter>
- The filter. 
Returns
- IEnumerable<Parameter>
- The parameters from the server matching the specified filter.