Table of Contents

Class ViewAdministratorProfileCommand.Parameters

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

Defines the parameter keys used by ViewAdministratorProfileCommand.

public static class ViewAdministratorProfileCommand.Parameters
Inheritance
ViewAdministratorProfileCommand.Parameters
Inherited Members

Fields

ProfileId

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

public const string ProfileId = "profile_id"

Field Value

string

ShowDetails

Parameter key indicating whether to include validation errors in the output.

public const string ShowDetails = "show_details"

Field Value

string