Interface IName
- Namespace
- SunamoInterfaces.Interfaces
- Assembly
- SunamoInterfaces.dll
Interface representing an entity with a name.
public interface IName
- Extension Methods
Properties
Name
Gets or sets the name.
string Name { get; set; }
Interface representing an entity with a name.
public interface IName
Gets or sets the name.
string Name { get; set; }