Interface INamed
Denotes an entity that has a container-wide unique Name property. This interface is primarily used with Registry[INamed] class that allows for string-based addressing (getting instances by object instance name). The names are used by many system functions, like addressing components by name in configuration and admin tools
Namespace: Azos.Collections
Assembly: Azos.dll
Syntax
public interface INamed
Properties
Name
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |