Class NotificationAction
- Namespace
- JJConsulting.Infinity.Domain.Notifications
- Assembly
- JJConsulting.Infinity.Domain.dll
public class NotificationAction
Inheritance
-
Inherited Members
-
Properties
CssClass
[MaxLength(128)]
public string? CssClass { get; set; }
Property Value
- string?
-
Name
[Required]
[MaxLength(256)]
[Display(Name = "Name")]
public required string Name { get; set; }
Property Value
- string
-
Order
[Display(Name = "Order")]
public int Order { get; set; }
Property Value
- int
-
Url
[MaxLength(1024)]
public string? Url { get; set; }
Property Value
- string?
-