\r\n

51Degrees Pipeline .NET  4.4

51Degrees Pipeline for .NET

FiftyOne.Pipeline.Engines.FiftyOne.Data.IValueMetaData Interface Reference

Detailed Description

Meta data relating to a specific value within a data set.

See the Specification

Inheritance diagram for FiftyOne.Pipeline.Engines.FiftyOne.Data.IValueMetaData:

[legend]

Collaboration diagram for FiftyOne.Pipeline.Engines.FiftyOne.Data.IValueMetaData:

[legend]

Public Member Functions

IFiftyOneAspectPropertyMetaData  GetProperty ()
Get the property which the value relates to i.e. More...

Properties

IFiftyOneAspectPropertyMetaData  Property [get]
The property which the value relates to i.e. More...
string  Name [get]
The name of the value e.g. More...
string  Description [get]
Full description of the meaning of the value. More...
string  Url [get]
URL relating to the value if more information is available. More...

Member Function Documentation

◆ GetProperty()

IFiftyOneAspectPropertyMetaData FiftyOne.Pipeline.Engines.FiftyOne.Data.IValueMetaData.GetProperty ( )

Get the property which the value relates to i.e.

the value is a value which can be returned by the property.

Returns
The property

Property Documentation

◆ Description

string FiftyOne.Pipeline.Engines.FiftyOne.Data.IValueMetaData.Description
get

Full description of the meaning of the value.

◆ Name

string FiftyOne.Pipeline.Engines.FiftyOne.Data.IValueMetaData.Name
get

The name of the value e.g.

"True" or "Samsung".

◆ Property

IFiftyOneAspectPropertyMetaData FiftyOne.Pipeline.Engines.FiftyOne.Data.IValueMetaData.Property
get

The property which the value relates to i.e.

the value is a value which can be returned by the property.

◆ Url

string FiftyOne.Pipeline.Engines.FiftyOne.Data.IValueMetaData.Url
get

URL relating to the value if more information is available.