logo mef-dev
  • Developer's Guide
    • Plugin basics
    • Introduction
    • Platform overview
    • Plugin guides
    • First UI package
    • Package registration
    • First Backend package
    • Portal package creation
    • REST API
    • REST API using
    • Request Formats
  • Documentation
    • UI Kit documentation
    • Telecom BSS
    • Ui Kit Demo
  • Blog
  • Community
Image Image
Show / Hide Table of Contents

Class TestsResult

Inheritance
System.Object
TestsResult
Namespace: Natec.Entities
Assembly: Natec.Entities.dll
Syntax
public class TestsResult : BaseEntity

Constructors

TestsResult()

Declaration
public TestsResult()

Properties

Connection

Declaration
public string Connection { get; set; }
Property Value
Type Description
System.String

Elapsed

Declaration
public Nullable<long> Elapsed { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

Exception

Declaration
public Exception Exception { get; set; }
Property Value
Type Description
System.Exception
In This Article
Back to top Generated by DocFX