# Copier_NotAllowedAttributionGrain Methods

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.transactions.testkit.base/orleanscodegen.orleans.transactions.testkit.transactionattributiongrainextensions.copier-notallowedattributiongrain/)

## DeepCopy(NotAllowedAttributionGrain, CopyContext) {#deepcopy-orleans-transactions-testkit-transactionattributiongrainextensions-nota-91060e30}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.transactions.testkit.base/orleanscodegen.orleans.transactions.testkit.transactionattributiongrainextensions.copier-notallowedattributiongrain/methods/deepcopy-orleans-transactions-testkit-transactionattributiongrainextensions-nota-91060e30/)

```csharp
public NotAllowedAttributionGrain DeepCopy(NotAllowedAttributionGrain original, CopyContext context)
```

Creates a deep copy of the provided input.

### Parameters

- `original` (`NotAllowedAttributionGrain`): The input.
- `context` (`CopyContext`): The context.

### Returns

A copy of `input`.

## DeepCopy(NotAllowedAttributionGrain, NotAllowedAttributionGrain, CopyContext) {#deepcopy-orleans-transactions-testkit-transactionattributiongrainextensions-nota-721f9cbc}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.transactions.testkit.base/orleanscodegen.orleans.transactions.testkit.transactionattributiongrainextensions.copier-notallowedattributiongrain/methods/deepcopy-orleans-transactions-testkit-transactionattributiongrainextensions-nota-721f9cbc/)

```csharp
public void DeepCopy(NotAllowedAttributionGrain input, NotAllowedAttributionGrain output, CopyContext context)
```

Clones members from `input` and copies them to `output`.

### Parameters

- `input` (`NotAllowedAttributionGrain`): The input.
- `output` (`NotAllowedAttributionGrain`): The output.
- `context` (`CopyContext`): The context.
