TextualFieldAttribute class
namespace: Serenity.Data.Mapping assembly: Serenity.Net.Services
Determines textual field for this field. This is placed on foreign keys and specifies which field in joined table (view fields in this row that originates from foreign table) should be used for display / filtering.
[AttributeUsage(AttributeTargets.All)]
public class TextualFieldAttribute : Attribute
| parameter | description |
|---|---|
| value | The value. |
Public Members
| name | description |
|---|---|
| TextualFieldAttribute(…) | Determines textual field for this field. This is placed on foreign keys and specifies which field in joined table (view fields in this row that originates from foreign table) should be used for display / filtering. |
| Value { get; } | Gets the value. |
Remarks
Initializes a new instance of the TextualFieldAttribute class.
See Also
- Source: TextualFieldAttribute.cs