◆ GetMetaDataForProperty()
IElementPropertyMetaData FiftyOne.Pipeline.Core.FlowElements.IPipelineInternal.GetMetaDataForProperty | ( | string | propertyName | ) |
Get the meta data for the specified property name.
If there are no properties with that name or multiple properties on different elements then an exception will be thrown.
- Parameters
-
- propertyName - The property name to find the meta data for
- Returns
- The meta data associated with the specified property name
- Exceptions
-
- PipelineDataException - Thrown if the property name is associated with zero or multiple elements.
Implemented in FiftyOne.Pipeline.Core.FlowElements.Pipeline.
◆ Process()
void FiftyOne.Pipeline.Core.FlowElements.IPipelineInternal.Process ( IFlowData data ) Process the given IFlowData using the IFlowElements in the pipeline.
- Parameters
-
- data - The IFlowData that contains the evidence and will allow the user to access the results.
Implemented in FiftyOne.Pipeline.Core.FlowElements.Pipeline.