Class NamedEntity<T>
Named entity. The first three properties are:
public abstract class NamedEntity<T> : BaseEntity<T>, IAuditable
Type Parameters
T
- Inheritance
-
BaseEntity<T>NamedEntity<T>
- Implements
- Derived
- Inherited Members
Properties
Description
The description of the entity.
[JsonPropertyOrder(2)]
public string Description { get; set; }
Property Value
Name
The name of the entity.
[JsonPropertyOrder(1)]
public string Name { get; set; }