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

# <a id="SuperOffice_WebApi_Data_FieldInfoDecimal" /> Class FieldInfoDecimal

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

Carrier object for FieldInfoDecimal.
Decimal (double precision) custom database field.

```csharp theme={null}
public class FieldInfoDecimal : FieldInfoBase
```

#### Inheritance

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

#### Inherited Members

[FieldInfoBase.FieldType\_String](SuperOffice.WebApi.Data.FieldInfoBase.md#SuperOffice_WebApi_Data_FieldInfoBase_FieldType_String),
[FieldInfoBase.FieldType](SuperOffice.WebApi.Data.FieldInfoBase.md#SuperOffice_WebApi_Data_FieldInfoBase_FieldType),
[FieldInfoBase.FieldName](SuperOffice.WebApi.Data.FieldInfoBase.md#SuperOffice_WebApi_Data_FieldInfoBase_FieldName),
[FieldInfoBase.DisplayName](SuperOffice.WebApi.Data.FieldInfoBase.md#SuperOffice_WebApi_Data_FieldInfoBase_DisplayName),
[FieldInfoBase.Description](SuperOffice.WebApi.Data.FieldInfoBase.md#SuperOffice_WebApi_Data_FieldInfoBase_Description),
[FieldInfoBase.ShortLabel](SuperOffice.WebApi.Data.FieldInfoBase.md#SuperOffice_WebApi_Data_FieldInfoBase_ShortLabel),
[FieldInfoBase.HideLabel](SuperOffice.WebApi.Data.FieldInfoBase.md#SuperOffice_WebApi_Data_FieldInfoBase_HideLabel),
[FieldInfoBase.HideField](SuperOffice.WebApi.Data.FieldInfoBase.md#SuperOffice_WebApi_Data_FieldInfoBase_HideField),
[FieldInfoBase.IsIndexed](SuperOffice.WebApi.Data.FieldInfoBase.md#SuperOffice_WebApi_Data_FieldInfoBase_IsIndexed),
[FieldInfoBase.IsMandatory](SuperOffice.WebApi.Data.FieldInfoBase.md#SuperOffice_WebApi_Data_FieldInfoBase_IsMandatory),
[FieldInfoBase.IsReadOnly](SuperOffice.WebApi.Data.FieldInfoBase.md#SuperOffice_WebApi_Data_FieldInfoBase_IsReadOnly),
[FieldInfoBase.IsExternal](SuperOffice.WebApi.Data.FieldInfoBase.md#SuperOffice_WebApi_Data_FieldInfoBase_IsExternal),
[FieldInfoBase.IsDisplayField](SuperOffice.WebApi.Data.FieldInfoBase.md#SuperOffice_WebApi_Data_FieldInfoBase_IsDisplayField),
[FieldInfoBase.Rank](SuperOffice.WebApi.Data.FieldInfoBase.md#SuperOffice_WebApi_Data_FieldInfoBase_Rank),
[FieldInfoBase.TemplateVariableName](SuperOffice.WebApi.Data.FieldInfoBase.md#SuperOffice_WebApi_Data_FieldInfoBase_TemplateVariableName),
[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_FieldInfoDecimal__ctor" /> FieldInfoDecimal()

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_FieldInfoDecimal_DefaultValue" /> DefaultValue

Default decimal (double precision) value

```csharp theme={null}
public virtual double DefaultValue { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_FieldInfoDecimal_Precision" /> Precision

How many decimals to display

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

#### Property Value

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

## See Also

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


## Related topics

- [SuperOffice.WebApi.Data.FieldInfoBase](/en/api/reference/webapi/SuperOffice.WebApi.Data.FieldInfoBase.md)
- [SuperOffice.WebApi.Data.FieldMetadata](/en/api/reference/webapi/SuperOffice.WebApi.Data.FieldMetadata.md)
- [SuperOffice.WebApi.Data.UDefFieldType](/en/api/reference/webapi/SuperOffice.WebApi.Data.UDefFieldType.md)
- [SuperOffice.WebApi.Data.ExtraDataFieldType](/en/api/reference/webapi/SuperOffice.WebApi.Data.ExtraDataFieldType.md)
- [SuperOffice.WebApi.Data.CustomFieldType](/en/api/reference/webapi/SuperOffice.WebApi.Data.CustomFieldType.md)
- [SuperOffice.WebApi.Data.CultureDataFormatter](/en/api/reference/webapi/SuperOffice.WebApi.Data.CultureDataFormatter.md)
