Class BaseCover
Base cover for returned model objects.
public abstract class BaseCover
- Inheritance
-
BaseCover
- Derived
- Inherited Members
- Extension Methods
Constructors
BaseCover()
protected BaseCover()
Properties
errDetails
Any details of the error causing the model retrieval to fail.
public ErrorDetails? errDetails { get; set; }
Property Value
error
Any description of an error causing the model retrieval to fail.
public string? error { get; set; }
Property Value
success
True if requested model could be successfully returned.
public bool success { get; }