# 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) | [Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Transactions/State/TransactionalStateStorageProviderWrapper.cs#L106)

```csharp
[Orleans.GenerateSerializer]
public sealed class 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

- [TransactionalStateRecord&lt;TState&gt;](/orleans/docs/api/csharp/microsoft.orleans.transactions/orleans.transactions.transactionalstaterecord-1/constructors/constructor-dd18c700/)

## Properties

- [CommittedSequenceId](/orleans/docs/api/csharp/microsoft.orleans.transactions/orleans.transactions.transactionalstaterecord-1/properties/committedsequenceid-67da75cc/)
- [CommittedState](/orleans/docs/api/csharp/microsoft.orleans.transactions/orleans.transactions.transactionalstaterecord-1/properties/committedstate-cff9416e/)
- [Metadata](/orleans/docs/api/csharp/microsoft.orleans.transactions/orleans.transactions.transactionalstaterecord-1/properties/metadata-53b1d7a6/)
- [PendingStates](/orleans/docs/api/csharp/microsoft.orleans.transactions/orleans.transactions.transactionalstaterecord-1/properties/pendingstates-32c0cc00/)
