◆ GetValue()
IValueMetaData FiftyOne.Pipeline.Engines.FiftyOne.Data.IProfileMetaData.GetValue | ( | string | propertyName, |
string | valueName | ||
) |
If there is a value for the profile with the property name and value then return an instance of it.
- Parameters
-
- propertyName -
- valueName -
- Returns
- Value instance for property and value, or null if doesn't exist
◆ GetValues() [1/2]
IEnumerable<IValueMetaData> FiftyOne.Pipeline.Engines.FiftyOne.Data.IProfileMetaData.GetValues ( ) The values which are defined in the profile (for some Engines multiple profiles are required to build a full set of results).
◆ GetValues() [2/2]
IEnumerable<IValueMetaData> FiftyOne.Pipeline.Engines.FiftyOne.Data.IProfileMetaData.GetValues ( string propertyName ) Gets the values associated with the profile and the property name.
- Parameters
-
- propertyName -
- Returns
- Enumerable of values matching the property
Property Documentation
◆ Component
IComponentMetaData FiftyOne.Pipeline.Engines.FiftyOne.Data.IProfileMetaData.Component getThe component which the profile belongs to.
◆ Name
string FiftyOne.Pipeline.Engines.FiftyOne.Data.IProfileMetaData.Name getThe name of the profile.
Usually indicates the type of device.
◆ ProfileId
uint FiftyOne.Pipeline.Engines.FiftyOne.Data.IProfileMetaData.ProfileId getUnique id of the profile.