# PrimaryBasedLogViewAdaptor&lt;TLogView, TLogEntry, TSubmissionEntry&gt;.MakeSubmissionEntry(TLogEntry)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleans.eventsourcing.common.primarybasedlogviewadaptor-3/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleans.eventsourcing.common.primarybasedlogviewadaptor-3/methods/)

```csharp
protected abstract TSubmissionEntry PrimaryBasedLogViewAdaptor<TLogView, TLogEntry, MakeSubmissionEntry(TLogEntry entry)
```

Create a submission entry for the submitted log entry. Using a type parameter so we can add protocol-specific info to this class.

### Parameters

- `entry` (`TLogEntry`)
