\r\n

51Degrees Pipeline .NET  4.1Newer Version 4.4

51Degrees Pipeline for .NET

FiftyOne.Pipeline.Core.Data.IElementPropertyMetaData Interface Reference

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

[legend]

Properties

string  Name [get]
The name of the property. More...
IFlowElement  Element [get]
The IFlowElement that this property is associated with. More...
string  Category [get]
The category the property belongs to. More...
Type  Type [get]
The type of the property values More...
bool  Available [get]
True if the property is available in the results for the associated IFlowElement, false otherwise. More...

Property Documentation

◆ Available

bool FiftyOne.Pipeline.Core.Data.IElementPropertyMetaData.Available
get

True if the property is available in the results for the associated IFlowElement, false otherwise.

◆ Category

string FiftyOne.Pipeline.Core.Data.IElementPropertyMetaData.Category
get

The category the property belongs to.

◆ Element

IFlowElement FiftyOne.Pipeline.Core.Data.IElementPropertyMetaData.Element
get

The IFlowElement that this property is associated with.

◆ Name

string FiftyOne.Pipeline.Core.Data.IElementPropertyMetaData.Name
get

The name of the property.

Must match the string key used to store the property value in the IElementData instance.

◆ Type

Type FiftyOne.Pipeline.Core.Data.IElementPropertyMetaData.Type
get

The type of the property values