Szerkesztés

Megosztás a következőn keresztül:


TypeManifestProviderBase Class

Definition

Base class for generated type manifest providers.

public abstract class TypeManifestProviderBase : Microsoft.Extensions.Options.IConfigureOptions<Orleans.Serialization.Configuration.TypeManifestOptions>, Orleans.Serialization.Configuration.ITypeManifestProvider
type TypeManifestProviderBase = class
    interface ITypeManifestProvider
    interface IConfigureOptions<TypeManifestOptions>
Public MustInherit Class TypeManifestProviderBase
Implements IConfigureOptions(Of TypeManifestOptions), ITypeManifestProvider
Inheritance
TypeManifestProviderBase
Implements

Constructors

TypeManifestProviderBase()

Properties

Key

Gets the unique identifier for this type manifest provider.

Methods

ConfigureInner(TypeManifestOptions)

Configures the provided type manifest options.

Explicit Interface Implementations

IConfigureOptions<TypeManifestOptions>.Configure(TypeManifestOptions)

Invoked to configure a TOptions instance.

Applies to