Interface IHasName
Defines an interface for objects that have a name. This interface is useful for identifying objects, especially in scenarios where the name represents an un-localized identifier, such as a filename, and can be used for lookups or comparisons.
Namespace: EyeAuras.Shared
Assembly: EyeAuras.Shared.Metadata.dll
Syntax
public interface IHasName
Properties
Name | Description |
---|---|
Name | Gets the name of the item. This name is typically un-localized and can be used for identification or lookup purposes. It might represent a filename or a unique identifier within a collection. |