Table of Contents

Class ManageUserRolesCommand.Parameters

Namespace
Core.CliniCore.Commands.Admin
Assembly
Core.CliniCore.dll

Defines the parameter keys for the ManageUserRoles command.

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

Fields

UserId

Parameter key for the user ID.

public const string UserId = "userid"

Field Value

string

UserRole

Parameter key for the user role.

public const string UserRole = "userrole"

Field Value

string