Interface INamed
Mixin providing the Name property.
Namespace: Kephas.Data.Model.Abstractions
Assembly: Kephas.Data.Model.Abstractions.dll
Syntax
public interface INamed
Properties
| Improve this Doc View SourceName
Gets or sets the entity name.
Declaration
[Required(AllowEmptyStrings = false)]
[Display(ResourceType = typeof(ModelStrings), Name = "Named_Name_Name", Description = "Named_Name_Description")]
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The entity name. |