Table of Contents

Class CreateAdministratorCommand.Parameters

Namespace
Core.CliniCore.Commands.Profile
Assembly
Core.CliniCore.dll

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

string

BirthDate

Parameter key for the administrator's birthdate.

public const string BirthDate = "birthdate"

Field Value

string

Email

Parameter key for the administrator's email address.

public const string Email = "email"

Field Value

string

Name

Parameter key for the administrator's full name.

public const string Name = "name"

Field Value

string

Password

Parameter key for the administrator's password.

public const string Password = "password"

Field Value

string

Username

Parameter key for the administrator's username.

public const string Username = "username"

Field Value

string