Table of Contents

Class ViewProfileCommand.Parameters

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

Defines the parameter keys used by ViewProfileCommand.

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

Fields

ProfileId

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

public const string ProfileId = "profile_id"

Field Value

string

ShowDetails

Parameter key indicating whether to include extended details and validation errors.

public const string ShowDetails = "show_details"

Field Value

string