A
Anonymous

Alarm Management Interface - Copy this Html, Bootstrap Component to your project

Create a form application with datagrid with api integration to show this object write in c# public class Alarm : BaseEntity<Guid>, IAggregateRoot { public string DeviceId { get; set; } = string.Empty; public int? AlarmCodeId { get; set; } public AlarmCode? AlarmCode { get; set; } public DateTime TimeInstant { get; set; } public int Severity { get; set; } }

Prompt
Component Preview

About

Alarm Management Interface - Manage alarms with a data grid, API integration, and detailed fields like DeviceId, AlarmCode, and Severit. Copy template now!

Share

Last updated 1 month ago