Class NamedEntity
A named entity with a unique name and description.
public class NamedEntity : DefaultEntity, IEquatable<BaseEntity>, IHaveOwner, IHaveName
- Inheritance
-
NamedEntity
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
Properties
- Name
The name of the entity.
Methods
- AppendHashSources(HashSourceBuilder)
Appends additional hash sources for named entities.
- GetUpdateDiff(NamedEntity, bool)
Retrieves the differences between this entity and another.