Class EntityDescriptionAttribute
Provides a user friendly description of the property or field
This description is provided as a tooltip throughout the UI where appropriate
Inherited Members
Namespace: LemonEdge.API.Attributes
Assembly: LemonEdge.API.dll
Syntax
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field|AttributeTargets.Interface)]
public sealed class EntityDescriptionAttribute : Attribute
Constructors
EntityDescriptionAttribute(string)
Marks this field or property with the specified user friendly description
Declaration
public EntityDescriptionAttribute(string description)
Parameters
Type | Name | Description |
---|---|---|
string | description | The user friendly description of the property or field |
Properties
Description
The user friendly description of the property or field
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
string |