Class TestResult
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE.ModelCheck
Assembly: NXOpen.dll
Syntax
public class TestResult : TransientObject, IMessageSink, IDisposable
Constructors
TestResult(IntPtr)
Declaration
protected TestResult(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Properties
TestType
Declaration
public TestValueTypes.TestType TestType { get; }
Property Value
Type | Description |
---|---|
TestValueTypes.TestType |
TestValue
Declaration
public double TestValue { get; }
Property Value
Type | Description |
---|---|
System.Double |
ValidatedTestResult
Declaration
public TestValueTypes.Result ValidatedTestResult { get; }
Property Value
Type | Description |
---|---|
TestValueTypes.Result |
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
HasTestValue()
Declaration
public bool HasTestValue()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink
System.IDisposable