LocalizationRowAttribute class

namespace: Serenity.Data   assemblySerenity.Net.Services

Maps a row to its localization row

[AttributeUsage(AttributeTargets.All)]
public class LocalizationRowAttribute : Attribute

Public Members

name description
LocalizationRowAttribute(…) Creates a new instance of the attribute
LocalizationRow { get; } Localization row type
MappedIdField { get; set; } ID field corresponding to this tables ID field. Can be automatically determined if not specified.

See Also