\r\n

51Degrees Pipeline .NET  4.4

51Degrees Pipeline for .NET

FiftyOne.Pipeline.Core.Data Namespace Reference

Classes

class  DataBase
This class stores data values as key/value pairs where the key is a string and the value can be any type. More...
class  DataKey
A DataKey is a multi-field key intended for use in caching and similar scenarios. More...
class  DataKeyBuilder
Class to assist with the creation of DataKey instances More...
class  ElementDataBase
This class stores property values that have been determined by a specific FlowElement based on the supplied evidence. More...
class  ElementPropertyMetaData
Meta-data relating to properties that are populated by Flow Elements. More...
class  Evidence
This class contains the evidence that is passed in to a Pipeline as part of a FlowData object See the Specification More...
class  EvidenceKeyFilterAggregator
This implementation of IEvidenceKeyFilter aggregates multiple other filters using a logical OR approach. More...
class  EvidenceKeyFilterWhitelist
This evidence filter will only include keys that are in a list that is specified at construction time. More...
class  FlowData
The FlowData class contains the data that is used within a pipeline. More...
class  FlowError
This class contains details about errors that occur during processing More...
interface  IData
Represents property values More...
interface  IDataKeyBuilder
Represents a class that can create new DataKey instances. More...
interface  IElementData
Represents property values that have been determined by a specific FlowElement based on the supplied evidence. More...
interface  IElementPropertyMetaData
Represents meta-data relating to a property that is populated by a IFlowElement instance. More...
interface  IEvidence
Interface to the evidence that is passed in to a Pipeline as part of a FlowData object See the Specification More...
interface  IEvidenceKeyFilter
Represents an object that filters evidence key names based on some criteria. More...
interface  IFlowData
The IFlowData represents the data that is used within a pipeline. More...
interface  IFlowError
Represents an error that occurred during processing More...
class  LicencedProducts
Used by the CloudRequestEngine to store details of accessible products and properties based on the currently configured resource key. More...
class  ProductMetaData
Licensed properties class used to deserialize accessible property information from cloud services. More...
class  PropertyMetaData
Standalone instance of ElementPropertyMetaData, used to serialize element or aspect properties. More...
On This Page