Interface INamedEntity
Basic interface for named entities
Namespace: Simplic.User.UI
Assembly: Simplic.User.UI.dll
Syntax
public interface INamedEntity
Properties
| Improve this Doc View SourceName
Entity name
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |