\r\n

51Degrees Pipeline .NET  4.1Newer Version 4.4

51Degrees Pipeline for .NET

FiftyOne.Pipeline.Core.Data.IDataKeyBuilder Interface Reference

Detailed Description

Represents a class that can create new DataKey instances.

Inheritance diagram for FiftyOne.Pipeline.Core.Data.IDataKeyBuilder:

[legend]

Public Member Functions

IDataKeyBuilder  Add (int order, string keyName, object keyValue)
Add a key More...
DataKey  Build ()
Create and return a new DataKey based on the keys that have been added. More...

Member Function Documentation

◆ Add()

IDataKeyBuilder FiftyOne.Pipeline.Core.Data.IDataKeyBuilder.Add ( int   order,
string   keyName,
object   keyValue  
)

Add a key

Parameters
order - The order of precedence with lower values indicating that a key is more likely to provide differentiation between instances.
keyName - The name of the key. This is used to order keys when they have the same order of precedence.
keyValue - The value of the key.
Returns
This instance of the IDataKeyBuilder.

Implemented in FiftyOne.Pipeline.Core.Data.DataKeyBuilder.