> ## 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.NumberAllocation SetNumberEachTemplateRequest

# <a id="SuperOffice_WebApi_Data_NumberAllocation_SetNumberEachTemplateRequest" /> Class NumberAllocation\_SetNumberEachTemplateRequest

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

```csharp theme={null}
public class NumberAllocation_SetNumberEachTemplateRequest
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[NumberAllocation\_SetNumberEachTemplateRequest](SuperOffice.WebApi.Data.NumberAllocation_SetNumberEachTemplateRequest.md)

#### Inherited Members

[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_NumberAllocation_SetNumberEachTemplateRequest__ctor" /> NumberAllocation\_SetNumberEachTemplateRequest()

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

## Properties

### <a id="SuperOffice_WebApi_Data_NumberAllocation_SetNumberEachTemplateRequest_SetValue" /> SetValue

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

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Data.NumberAllocation GetNumberEachTemplateRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.NumberAllocation_GetNumberEachTemplateRequest.md)
- [SuperOffice.WebApi.Agents.NumberAllocationAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.NumberAllocationAgent.md)
- [SuperOffice.WebApi.Data.NumberAllocation SaveDefaultNumberingRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.NumberAllocation_SaveDefaultNumberingRequest.md)
- [SuperOffice.WebApi.Agents.INumberAllocationAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.INumberAllocationAgent.md)
- [Set Number Each Template](/en/api/reference/restful/agent/numberallocation_agent/set-number-each-template.md)
- [Get Number Each Template](/en/api/reference/restful/agent/numberallocation_agent/get-number-each-template.md)
