◆ GetMissingPropertyReason() [1/2]
MissingPropertyResult FiftyOne.Pipeline.Engines.Services.MissingPropertyService.GetMissingPropertyReason | ( | string | propertyName, |
IReadOnlyList< IAspectEngine > | engines | ||
) |
Get the reason that a property is not available from an engine.
- Parameters
-
- propertyName - The name of the property to look for
- engines - The engines that are expected to supply the property value.
- Returns
- A MissingPropertyResult instance that includes an enum giving the reason and a developer-facing description of the reason.
Implements FiftyOne.Pipeline.Engines.Services.IMissingPropertyService.
◆ GetMissingPropertyReason() [2/2]
MissingPropertyResult FiftyOne.Pipeline.Engines.Services.MissingPropertyService.GetMissingPropertyReason ( string propertyName, IAspectEngine engine ) Get the reason that a property is not available from an engine.
- Parameters
-
- propertyName - The name of the property to look for
- engine - The engine that is expected to supply the property value.
- Returns
- A MissingPropertyResult instance that includes an enum giving the reason and a developer-facing description of the reason.
Implements FiftyOne.Pipeline.Engines.Services.IMissingPropertyService.
Property Documentation
◆ Instance
IMissingPropertyService FiftyOne.Pipeline.Engines.Services.MissingPropertyService.Instance static getGet the singleton instance of this service.