Table of Contents

Class BaseCover

Namespace
Tlabs.Server.Model
Assembly
Tlabs.SrvBase.dll

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

ErrorDetails

error

Any description of an error causing the model retrieval to fail.

public string? error { get; set; }

Property Value

string

success

True if requested model could be successfully returned.

public bool success { get; }

Property Value

bool