Interface IDescribed
Mixin providing the Description property.
Namespace: Kephas.Data.Model.Abstractions
Assembly: Kephas.Data.Model.Abstractions.dll
Syntax
public interface IDescribed
Properties
| Improve this Doc View SourceDescription
Gets or sets the description.
Declaration
[Display(ResourceType = typeof(ModelStrings), Name = "Described_Description_Name", Description = "Described_Description_Description")]
string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The description. |