GetDesignHistoryCommand Class

Command that retrieves design history entries from the loaded job based on specified filter parameters. Supports filtering by date, user, machine, category, task and description. Filters can be combined with logical AND or OR. Supported filters: - fromDate (string): UTC date/time in format 'yyyy-MM-ddTHH:mm:ss' to filter logs after or on this date. - toDate (string): UTC date/time in format 'yyyy-MM-ddTHH:mm:ss' to filter logs before or on this date. - userName (string): Exact or wildcard match (e.g., '*admin') for user name. - machineName (string): Exact or wildcard match for machine name. - category (string): Must be a valid enum name from TaskCategory (e.g., 'MachineExport'). - task (string): Exact or wildcard match for task name. - description (string): Exact or wildcard match for log description. - andFilters (bool): If true, combine filters with AND; if false, with OR. Default: true.

Definition

Namespace: PCBI_AI_Agent.MCP.Implementations
Assembly: PCBI_AI_Agent (in PCBI_AI_Agent.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public class GetDesignHistoryCommand : IMCPTool
Inheritance
Object    GetDesignHistoryCommand
Implements
IMCPTool

Constructors

GetDesignHistoryCommandInitializes a new instance of the GetDesignHistoryCommand class

Properties

Methods

See Also