Class CreateAdministratorCommand.Parameters
Defines the parameter keys used by CreateAdministratorCommand.
public static class CreateAdministratorCommand.Parameters
- Inheritance
-
CreateAdministratorCommand.Parameters
- Inherited Members
Fields
Address
Parameter key for the administrator's address.
public const string Address = "address"
Field Value
BirthDate
Parameter key for the administrator's birthdate.
public const string BirthDate = "birthdate"
Field Value
Parameter key for the administrator's email address.
public const string Email = "email"
Field Value
Name
Parameter key for the administrator's full name.
public const string Name = "name"
Field Value
Password
Parameter key for the administrator's password.
public const string Password = "password"
Field Value
Username
Parameter key for the administrator's username.
public const string Username = "username"