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

# <a id="SuperOffice_WebApi_Data_QuoteLineConfiguration" /> Class QuoteLineConfiguration

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

Carrier object for QuoteLineConfiguration.
QuoteLineConfiguration contains information about which configuration fields that is visible in the GUI. Read only and mandatory fields are also specified.

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

#### Inheritance

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

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_QuoteLineConfiguration_Editable" /> Editable

Is this a read only field?

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_QuoteLineConfiguration_FieldName" /> FieldName

The name of the field being configured, from data dictionary

```csharp theme={null}
public virtual string FieldName { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_QuoteLineConfiguration_InUse" /> InUse

Should this field be displayed in the GUI?

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_QuoteLineConfiguration_Label" /> Label

Label resource string.

```csharp theme={null}
public virtual string Label { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_QuoteLineConfiguration_Mandatory" /> Mandatory

Is this a mandatory field?

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_QuoteLineConfiguration_QuoteLineConfigurationId" /> QuoteLineConfigurationId

Primary key

```csharp theme={null}
public virtual int QuoteLineConfigurationId { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_QuoteLineConfiguration_Rank" /> Rank

Rank of the field

```csharp theme={null}
public virtual int Rank { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_QuoteLineConfiguration_RestrictEdit" /> RestrictEdit

If true, then this field cannot be set readwrite or mandatory: It's bound to be readonly

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_QuoteLineConfiguration_Tooltip" /> Tooltip

Tooltip resource string.

```csharp theme={null}
public virtual string Tooltip { get; set; }
```

#### Property Value

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

## See Also

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


## Related topics

- [SuperOffice.WebApi.Data.Quote SaveQuoteLineConfigurationRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Quote_SaveQuoteLineConfigurationRequest.md)
- [SuperOffice.WebApi.Data.Quote SaveQuoteLineConfigurationsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Quote_SaveQuoteLineConfigurationsRequest.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.Quote GetQuoteLineConfigurationRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Quote_GetQuoteLineConfigurationRequest.md)
- [SuperOffice.WebApi.Data.Quote GetAllQuoteLineConfigurationsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Quote_GetAllQuoteLineConfigurationsRequest.md)
