PostConfigureOptions<TOptions> 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.
Implementation of IPostConfigureOptions<TOptions>.
generic <typename TOptions>
where TOptions : classpublic ref class PostConfigureOptions : Microsoft::Extensions::Options::IPostConfigureOptions<TOptions>
public class PostConfigureOptions<TOptions> : Microsoft.Extensions.Options.IPostConfigureOptions<TOptions> where TOptions : class
type PostConfigureOptions<'Options (requires 'Options : null)> = class
interface IPostConfigureOptions<'Options (requires 'Options : null)>
Public Class PostConfigureOptions(Of TOptions)
Implements IPostConfigureOptions(Of TOptions)
Type Parameters
- TOptions
Options type being configured.
- Inheritance
-
PostConfigureOptions<TOptions>
- Implements
Constructors
PostConfigureOptions<TOptions>(String, Action<TOptions>) |
Creates a new instance of PostConfigureOptions<TOptions>. |
Properties
Action |
The initialization action. |
Name |
The options name. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
PostConfigure(String, TOptions) |
Invokes the registered initialization Action if the |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |