CheckLookupEditorAttribute constructor (1 of 2)

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Initializes a new instance of the CheckLookupEditorAttribute class.

public CheckLookupEditorAttribute(string lookupKey)
parameter description
lookupKey The lookup key.

See Also


CheckLookupEditorAttribute constructor (2 of 2)

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

If you use this constructor, lookupKey will be determined by [LookupScript] attribute on specified lookup type. If this is a row type, make sure it has [LookupScript] attribute on it.

public CheckLookupEditorAttribute(Type lookupType)

See Also