    

 ## On this page

  

 

 #  Class DOESolver

 Last update: 16.07.2025 

Namespace: [VM.Managed.DAFUL.DOE.Result](VM.Managed.DAFUL.DOE.Result.md)  
Assembly: VMDDOEResult.dll

```csharp
public class DOESolver

```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ← [DOESolver](VM.Managed.DAFUL.DOE.Result.DOESolver.md)

#### Extension Methods

[LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkProperties_System_Object_VM_Models_Pre_LinkPropertyType_), [LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkPropertiesAndValues_System_Object_VM_Models_Pre_LinkPropertyType_), [LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkedObjects__1_System_Object_VM_Models_Pre_LinkPropertyType_)

## Constructors

### <a id="VM_Managed_DAFUL_DOE_Result_DOESolver__ctor"></a> DOESolver()

```csharp
public DOESolver()

```

### <a id="VM_Managed_DAFUL_DOE_Result_DOESolver__ctor_System_String___"></a> DOESolver(string\[\])

```csharp
public DOESolver(string[] arKey)

```

#### Parameters

`arKey` [string](https://learn.microsoft.com/dotnet/api/system.string)\[\]

## Properties

### <a id="VM_Managed_DAFUL_DOE_Result_DOESolver_Times"></a> Times

```csharp
public List<double> Times { get; set; }

```

#### Property Value

[List](https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1)[double](https://learn.microsoft.com/dotnet/api/system.double)&amp;gt;

### <a id="VM_Managed_DAFUL_DOE_Result_DOESolver_Values"></a> Values

```csharp
public SerializableDictionary<string>&gt; Values { get; set; }

```

#### Property Value

[SerializableDictionary](VM.Managed.DAFUL.DOE.Result.SerializableDictionary-2.md)[string](https://learn.microsoft.com/dotnet/api/system.string), [List](https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1)[double](https://learn.microsoft.com/dotnet/api/system.double)&amp;gt;&amp;gt;

## Methods

### <a id="VM_Managed_DAFUL_DOE_Result_DOESolver_AddValues_System_String___"></a> AddValues(string\[\])

```csharp
public void AddValues(string[] arValue)

```

#### Parameters

`arValue` [string](https://learn.microsoft.com/dotnet/api/system.string)\[\]