Class LoaderRegistry.LoaderRegistration
Registration entry for a loader.
public class LoaderRegistry.LoaderRegistration
- Inheritance
-
objectLoaderRegistry.LoaderRegistration
Properties
Error
public string Error { get; set; }
Property Value
- string
Executed
public bool Executed { get; set; }
Property Value
- bool
Factory
public ILoaderFactory Factory { get; set; }
Property Value
Metadata
public LoaderMetadataAttribute Metadata { get; set; }