EmitFieldTypeAttribute class

namespace: Serenity.Data   assemblySerenity.Net.Data

Declares that the field generated for this template property should be of type specified.

[AttributeUsage(AttributeTargets.Property, Inherited = false)]
public class EmitFieldTypeAttribute : Attribute

Public Members

name description
EmitFieldTypeAttribute(…) Creates an instance of FieldTypeAttribute attribute
FieldType { get; } The field type

See Also