Table of Contents

Class UpdateAdministratorProfileCommand.Parameters

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

Defines the parameter keys used by UpdateAdministratorProfileCommand.

public static class UpdateAdministratorProfileCommand.Parameters
Inheritance
UpdateAdministratorProfileCommand.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

ProfileId

Parameter key for the unique identifier of the administrator profile to update.

public const string ProfileId = "profileId"

Field Value

string