LookupScriptAttribute.LookupType property

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

External lookup script type or base type that should be used for generating dynamic lookup script. Only meaningful for Row types with external lookup scripts. Can be a generic type of TRow or a simple lookup class.

public Type LookupType { get; set; }

See Also