Class UpdateAdministratorProfileCommand.Parameters
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
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
ProfileId
Parameter key for the unique identifier of the administrator profile to update.
public const string ProfileId = "profileId"