Table of Contents

Class ViewAuditLogCommand.Parameters

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

Provides constant parameter names used for specifying start date, end date, and user identifier in API requests or queries.

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

Remarks

Use these constants to avoid hardcoding parameter names when constructing requests or working with query strings. This helps ensure consistency and reduces the risk of typographical errors.

Fields

EndDate

Represents the key name used to identify the end date value in configuration or data sources.

public const string EndDate = "enddate"

Field Value

string

StartDate

Represents the query parameter name for specifying a start date in requests.

public const string StartDate = "startdate"

Field Value

string

UserId

Represents the key name used to identify a user ID in data storage or configuration settings.

public const string UserId = "userid"

Field Value

string