Show / Hide Table of Contents

Interface IHasCoverage

Interface for items that have a Coverage property.

Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public interface IHasCoverage

Properties

Coverage

Gets or sets the coverage.

Declaration
Coverage Coverage { get; set; }
Property Value
Type Description
Coverage
In this article
Back to top Generated by DocFX