◆ ComponentMetaDataHash() [1/2]
FiftyOne.DeviceDetection.Hash.Engine.OnPremise.Data.ComponentMetaDataHash.ComponentMetaDataHash | ( | string | name | ) |
Constructor
- Parameters
-
- name - The name of this component
\r\n
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.
ComponentMetaDataHash (string name)
Constructor More...
| |
ComponentMetaDataHash (string name, List< IFiftyOneAspectPropertyMetaData > properties)
Constructor More...
|
FiftyOne.DeviceDetection.Hash.Engine.OnPremise.Data.ComponentMetaDataHash.ComponentMetaDataHash | ( | string | name | ) |
Constructor
FiftyOne.DeviceDetection.Hash.Engine.OnPremise.Data.ComponentMetaDataHash.ComponentMetaDataHash | ( | string | name, |
List< IFiftyOneAspectPropertyMetaData > | properties | ||
) |
Constructor