◆ GetProperties()
IEnumerable<IFiftyOneAspectPropertyMetaData> FiftyOne.Pipeline.Engines.FiftyOne.Data.IComponentMetaData.GetProperties | ( | ) |
Get the properties which come under the umbrella of this component.
- Returns
- Properties enumerable
\r\n
Meta data relating to a component of an Engine's results e.g.
Hardware. See the Specification
IEnumerable< IFiftyOneAspectPropertyMetaData > | GetProperties ()
Get the properties which come under the umbrella of this component. More...
|
IFiftyOneAspectPropertyMetaData | GetProperty (string propertyName)
Get the property from the component which has the name provided. More...
|
byte | ComponentId [get]
The unique Id of the component. More...
|
string | Name [get]
The name of the component. More...
|
IProfileMetaData | DefaultProfile [get]
The default profile which is used by the Engine for this component. More...
|
IReadOnlyList< IFiftyOneAspectPropertyMetaData > | Properties [get]
List of the properties which come under the umbrella of this component. More...
|
IEnumerable<IFiftyOneAspectPropertyMetaData> FiftyOne.Pipeline.Engines.FiftyOne.Data.IComponentMetaData.GetProperties | ( | ) |
Get the properties which come under the umbrella of this component.
IFiftyOneAspectPropertyMetaData FiftyOne.Pipeline.Engines.FiftyOne.Data.IComponentMetaData.GetProperty | ( | string | propertyName | ) |
Get the property from the component which has the name provided.
Null is returned if the component does not contain a property with the name provided
byte FiftyOne.Pipeline.Engines.FiftyOne.Data.IComponentMetaData.ComponentId |
The unique Id of the component.
IProfileMetaData FiftyOne.Pipeline.Engines.FiftyOne.Data.IComponentMetaData.DefaultProfile |
The default profile which is used by the Engine for this component.
string FiftyOne.Pipeline.Engines.FiftyOne.Data.IComponentMetaData.Name |
The name of the component.
IReadOnlyList<IFiftyOneAspectPropertyMetaData> FiftyOne.Pipeline.Engines.FiftyOne.Data.IComponentMetaData.Properties |
List of the properties which come under the umbrella of this component.