\r\n

51Degrees Device Detection .NET  4.1Newer Version 4.4

Device detection services for 51Degrees Pipeline

FiftyOne.DeviceDetection.Hash.Engine.OnPremise.Data.ComponentMetaDataHash Class Reference

Detailed Description

Data class that contains meta-data relating to a specific component.

A component is a logical group of properties for example, all properties relating to the hardware device or all properties relating to the web browser. This variation is used for meta-data that is generated by the c# code as opposed to the ComponentMetaData class that is used for meta-data generated from the native C/C++ code. For example, this is used to add placeholder component meta-data for the 'metrics' properties because they don't have any associated meta-data in the data file.

Inheritance diagram for FiftyOne.DeviceDetection.Hash.Engine.OnPremise.Data.ComponentMetaDataHash:

[legend]

Collaboration diagram for FiftyOne.DeviceDetection.Hash.Engine.OnPremise.Data.ComponentMetaDataHash:

[legend]

Public Member Functions

 ComponentMetaDataHash (string name)
Constructor More...
 ComponentMetaDataHash (string name, List< IFiftyOneAspectPropertyMetaData > properties)
Constructor More...

Constructor & Destructor Documentation

◆ ComponentMetaDataHash() [1/2]

FiftyOne.DeviceDetection.Hash.Engine.OnPremise.Data.ComponentMetaDataHash.ComponentMetaDataHash ( string   name )

Constructor

Parameters
name - The name of this component

◆ ComponentMetaDataHash() [2/2]

FiftyOne.DeviceDetection.Hash.Engine.OnPremise.Data.ComponentMetaDataHash.ComponentMetaDataHash ( string   name,
List< IFiftyOneAspectPropertyMetaData >   properties  
)

Constructor

Parameters
name - The name of this component
properties - The meta-data for the properties associated with this component.