Class ComponentConfiguration
- Namespace
- The.WPF.Screens.Components
- Assembly
- Instagile.WPF.dll
public sealed class ComponentConfiguration
- Inheritance
-
ComponentConfiguration
- Inherited Members
Properties
ConfigureRegisteredAccount
Perform some initial user account setup for an account that has just been created from a user registration request.
public Func<IUserRegistrationRequest, IUserAccount, ISurface, Task<bool>>? ConfigureRegisteredAccount { get; set; }
Property Value
Remarks
Returns a boolean indicating whether the user account should be registered.
RegisteredUserAccountCreated
Perform some application-specific task after accepting a user registration request and creating a user account.
public Func<IUserAccount, ISurface, Task>? RegisteredUserAccountCreated { get; set; }