\r\n

51Degrees Pipeline .NET  4.1Newer Version 4.4

51Degrees Pipeline for .NET

FiftyOne.Pipeline.Core.FlowElements.IPipelineInternal Interface Reference

Detailed Description

Internal interface for a pipeline.

Allows IFlowData to call the pipeline's Process method.

Inheritance diagram for FiftyOne.Pipeline.Core.FlowElements.IPipelineInternal:

[legend]

Collaboration diagram for FiftyOne.Pipeline.Core.FlowElements.IPipelineInternal:

[legend]

Public Member Functions

void  Process (IFlowData data)
Process the given IFlowData using the IFlowElements in the pipeline. More...
IElementPropertyMetaData  GetMetaDataForProperty (string propertyName)
Get the meta data for the specified property name. More...

Public Member Functions inherited from FiftyOne.Pipeline.Core.FlowElements.IPipeline

IFlowData  CreateFlowData ()
Create a new IFlowData instance. More...
TElement  GetElement< TElement > ()
Get the specified element from the pipeline. More...

Member Function Documentation

◆ 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.