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

# <a id="SuperOffice_WebApi_Data_SaintConfiguration" /> Class SaintConfiguration

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

Carrier object for SaintConfiguration.
Definition of the three perionds for status monitors and some other settings per saint entity

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

#### Inheritance

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

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_SaintConfiguration_Enabled" /> Enabled

On/off switch for Saint functionality for this entity

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SaintConfiguration_GenerationEnd" /> GenerationEnd

When was the last regeneration finished

```csharp theme={null}
public virtual DateTime GenerationEnd { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SaintConfiguration_GenerationStart" /> GenerationStart

When was the last regeneration started

```csharp theme={null}
public virtual DateTime GenerationStart { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SaintConfiguration_OwnerTable" /> OwnerTable

The table that is the owning entity

```csharp theme={null}
public virtual short OwnerTable { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SaintConfiguration_Period1" /> Period1

Length of the first counter period

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SaintConfiguration_Period2" /> Period2

Length of the second counter period

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SaintConfiguration_Period3" /> Period3

Length of the third counter period

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_SaintConfiguration_RowsGenerated" /> RowsGenerated

Number of CounterValue rows generated for this entity

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

#### Property Value

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

## See Also

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


## Related topics

- [SuperOffice.WebApi.Agents.SaintAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.SaintAgent.md)
- [SuperOffice.WebApi.Agents.ISaintAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ISaintAgent.md)
- [SuperOffice.WebApi.Data.StatusMonitorPeriods](/en/api/reference/webapi/SuperOffice.WebApi.Data.StatusMonitorPeriods.md)
- [SuperOffice.WebApi.Data.Saint GetSaintConfigurationsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Saint_GetSaintConfigurationsRequest.md)
- [SuperOffice.WebApi.Data.Saint RegenerateCountersRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Saint_RegenerateCountersRequest.md)
- [SuperOffice.WebApi.Data.Saint GetStatusMonitorRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Saint_GetStatusMonitorRequest.md)
