> ## 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.QuoteVersionWorkflowState

# <a id="SuperOffice_WebApi_Data_QuoteVersionWorkflowState" /> Class QuoteVersionWorkflowState

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

Carrier object for QuoteVersionWorkflowState.
Information about possible button actions for the quote version dialog.

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Carrier](SuperOffice.WebApi.Data.Carrier.md) ←
[QuoteVersionWorkflowState](SuperOffice.WebApi.Data.QuoteVersionWorkflowState.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_QuoteVersionWorkflowState__ctor" /> QuoteVersionWorkflowState()

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_QuoteVersionWorkflowState_ActionButtons" /> ActionButtons

Array of visible buttons with defined actions in the quote verson dialog.

```csharp theme={null}
public virtual QuoteVersionButtonState[] ActionButtons { get; set; }
```

#### Property Value

[QuoteVersionButtonState](SuperOffice.WebApi.Data.QuoteVersionButtonState.md)\[]

### <a id="SuperOffice_WebApi_Data_QuoteVersionWorkflowState_StateImage" /> StateImage

Information about the state image for the current quote version.

```csharp theme={null}
public virtual QuoteVersionButtonState StateImage { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_QuoteVersionWorkflowState_Status" /> Status

Status information for the Quote Version.

```csharp theme={null}
public virtual QuoteVersionStatusInformation Status { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_QuoteVersionWorkflowState_UpdatePricesButton" /> UpdatePricesButton

Information about the action for the update prices button.

```csharp theme={null}
public virtual QuoteVersionButtonState UpdatePricesButton { get; set; }
```

#### Property Value

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

## See Also

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


## Related topics

- [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.Quote GetQuoteVersionWorkflowStateRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Quote_GetQuoteVersionWorkflowStateRequest.md)
- [SuperOffice.WebApi.Data.Quote GetQuoteVersionWorkflowImageStateRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Quote_GetQuoteVersionWorkflowImageStateRequest.md)
- [SuperOffice.WebApi.Data.Quote GetQuoteVersionWorkflowButtonStatesRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Quote_GetQuoteVersionWorkflowButtonStatesRequest.md)
- [SuperOffice.WebApi.Data.QuoteVersionState](/en/api/reference/webapi/SuperOffice.WebApi.Data.QuoteVersionState.md)
