Class TestsResult
Inheritance
System.Object
TestsResult
Assembly: Natec.Entities.dll
Syntax
public class TestsResult : BaseEntity
Constructors
TestsResult()
Declaration
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 |
|