# Copier_TransactionalStateRecord&lt;TState&gt;

Package: [Microsoft.Orleans.Transactions](/orleans/docs/api/csharp/microsoft.orleans.transactions/) 10.0.0

[NuGet package](https://www.nuget.org/packages/Microsoft.Orleans.Transactions)

```csharp
public sealed class Copier_TransactionalStateRecord<TState> : IDeepCopier, IDeepCopier<TransactionalStateRecord<TState>>
    where TState : class, new()
```

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

## Constructors

- [Copier_TransactionalStateRecord&lt;TState&gt;(ICodecProvider)](/orleans/docs/api/csharp/microsoft.orleans.transactions/orleanscodegen.orleans.transactions.copier-transactionalstaterecord-1/constructors/constructor-orleans-serialization-serializers-icodecprovider-882000d7/)

## Methods

- [DeepCopy(TransactionalStateRecord&lt;TState&gt;, CopyContext)](/orleans/docs/api/csharp/microsoft.orleans.transactions/orleanscodegen.orleans.transactions.copier-transactionalstaterecord-1/methods/deepcopy-orleans-transactions-transactionalstaterecord-tstate-orleans-serializat-42d5dddb/)
