Table of Contents

Class TypePrefixSubscriptionConverter

Namespace
Microsoft.AutoGen.RuntimeGateway.Grpc.Orleans.Surrogates
Assembly
Microsoft.AutoGen.RuntimeGateway.Grpc.dll
[RegisterConverter]
public sealed class TypePrefixSubscriptionConverter : IConverter<TypePrefixSubscription, TypePrefixSubscriptionSurrogate>
Inheritance
TypePrefixSubscriptionConverter
Implements
Inherited Members

Methods

ConvertFromSurrogate(in TypePrefixSubscriptionSurrogate)

Converts a surrogate value to the value type.

public TypePrefixSubscription ConvertFromSurrogate(in TypePrefixSubscriptionSurrogate surrogate)

Parameters

surrogate TypePrefixSubscriptionSurrogate

The surrogate.

Returns

TypePrefixSubscription

The value.

ConvertToSurrogate(in TypePrefixSubscription)

Converts a value to the value type.

public TypePrefixSubscriptionSurrogate ConvertToSurrogate(in TypePrefixSubscription value)

Parameters

value TypePrefixSubscription

The value.

Returns

TypePrefixSubscriptionSurrogate

The surrogate.