Click or drag to resize
CoverageCheckAssemblyResult Class

[This is preliminary documentation and is subject to change.]

The output from a CoverageCheck assembly
Inheritance Hierarchy
SystemObject
  Netadmin.Assembly.BaseClassesCoverageCheckAssemblyResult

Namespace: Netadmin.Assembly.BaseClasses
Assembly: Netadmin.Management (in Netadmin.Management.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
[SerializableAttribute]
public class CoverageCheckAssemblyResult

The CoverageCheckAssemblyResult type exposes the following members.

Constructors
  NameDescription
Public method void CoverageCheckAssemblyResult
Initializes a new instance of the CoverageCheckAssemblyResult class
Top
Properties
  NameDescription
Public propertyBooleanIsOK
True if there are no issues, false otherwise
Public propertyDateTimeNotBefore
If set, the earliest possible time the check would pass
Public propertyStringReason
If IsOK is false, this should contain a descriptive message
Top
Methods
Operators
See Also