> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.QuoteAlternativeRecalculated

# <a id="SuperOffice_WebApi_Data_QuoteAlternativeRecalculated" /> Class QuoteAlternativeRecalculated

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Carrier object for QuoteAlternativeRecalculated.
The QuoteAlternativeRecalculated is returned after a call to RecalculateQuoteAlternative. It contains flags indicating changes to quote alternative and quote lines.

```csharp theme={null}
public class QuoteAlternativeRecalculated : Carrier
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Carrier](SuperOffice.WebApi.Data.Carrier.md) ←
[QuoteAlternativeRecalculated](SuperOffice.WebApi.Data.QuoteAlternativeRecalculated.md)

#### Inherited Members

[Carrier.TableRight](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_TableRight),
[Carrier.FieldProperties](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_FieldProperties),
[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_QuoteAlternativeRecalculated__ctor" /> QuoteAlternativeRecalculated()

Default constructor - defaults any enum props to 0.

```csharp theme={null}
public QuoteAlternativeRecalculated()
```

## Properties

### <a id="SuperOffice_WebApi_Data_QuoteAlternativeRecalculated_ChangedQuoteAlternative" /> ChangedQuoteAlternative

The recalculated QuoteAlternative

```csharp theme={null}
public virtual QuoteAlternative ChangedQuoteAlternative { get; set; }
```

#### Property Value

[QuoteAlternative](SuperOffice.WebApi.Data.QuoteAlternative.md)

### <a id="SuperOffice_WebApi_Data_QuoteAlternativeRecalculated_Changes" /> Changes

Tablename/recordid of data changed by this method

```csharp theme={null}
public virtual ChangedData Changes { get; set; }
```

#### Property Value

[ChangedData](SuperOffice.WebApi.Data.ChangedData.md)

### <a id="SuperOffice_WebApi_Data_QuoteAlternativeRecalculated_QuoteLinesHasChanged" /> QuoteLinesHasChanged

If true any of the quotelines for the alternative has been changed.

```csharp theme={null}
public virtual bool QuoteLinesHasChanged { get; set; }
```

#### Property Value

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

## See Also

[QuoteAgent](SuperOffice.WebApi.Agents.QuoteAgent.md)


## Related topics

- [SuperOffice.WebApi.Data.QuoteVersionValidated](/en/api/reference/webapi/SuperOffice.WebApi.Data.QuoteVersionValidated.md)
- [SuperOffice.WebApi.Agents.QuoteAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.QuoteAgent.md)
- [SuperOffice.WebApi.Agents.IQuoteAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IQuoteAgent.md)
- [SuperOffice.WebApi.Data.QuoteVersion](/en/api/reference/webapi/SuperOffice.WebApi.Data.QuoteVersion.md)
- [SuperOffice.WebApi.Data.QuoteAlternative](/en/api/reference/webapi/SuperOffice.WebApi.Data.QuoteAlternative.md)
- [SuperOffice.WebApi.Data.Quote RecalculateQuoteAlternativeRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Quote_RecalculateQuoteAlternativeRequest.md)
