Click or drag to resize

DataFlowParameterResolution Methods

The DataFlowParameterResolution type exposes the following members.

Methods
  NameDescription
Public methodStatic memberResolveMap
Public methodStatic memberResolveNumber
Resolve a number value by first looking at the parameter value provider and by using the evaluator if one was provided, returning the default value if no value was found and no evaluator was provided.
Public methodStatic memberResolveOptionalInstanceT
Public methodStatic memberResolveStringOptional
Resolve a string value by first looking at the parameter value provider and by using the evaluator if one was provided or returning null if no value was found.
Public methodStatic memberResolveStringRequired
Resolve a string value by first looking at the parameter value provider and by using the evaluator if one was provided, throwing an exception if no value was provided.
Public methodStatic memberResolveWithDefaultT
Resolve a typed value by first looking at the parameter value provider and by using the evaluator if one was provided or returning the provided default value if no value was found.
Top
See Also