TypeManifestProviderBase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |