◆ GetMissingPropertyReason() [1/2]
MissingPropertyResult FiftyOne.Pipeline.Engines.Services.IMissingPropertyService.GetMissingPropertyReason | ( | string | propertyName, |
IAspectEngine | engine | ||
) |
Get the reason that the specified property is not available in the results from the specified engine.
- Parameters
-
- propertyName - The property name to check.
- engine - The engine that was expected to populate the property.
- Returns
- A MissingPropertyResult instance explaining why the property is not populated.
Implemented in FiftyOne.Pipeline.Engines.Services.MissingPropertyService.
◆ GetMissingPropertyReason() [2/2]
MissingPropertyResult FiftyOne.Pipeline.Engines.Services.IMissingPropertyService.GetMissingPropertyReason ( string propertyName, IReadOnlyList< IAspectEngine > engines ) Get the reason that the specified property is not available in the results from the specified engines.
- Parameters
-
- propertyName - The property name to check.
- engines - The engines that were expected to populate the property.
- Returns
- A MissingPropertyResult instance explaining why the property is not populated.
Implemented in FiftyOne.Pipeline.Engines.Services.MissingPropertyService.