AsyncLookupEditorAttribute constructor (1 of 2)

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Initializes a new instance of the AsyncLookupEditorAttribute class.

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

See Also


AsyncLookupEditorAttribute constructor (2 of 2)

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Initializes a new instance of the AsyncLookupEditorAttribute class.

public AsyncLookupEditorAttribute(Type lookupType)
parameter description
lookupType Type of the lookup.

Exceptions

exception condition
ArgumentNullException lookupType
ArgumentException lookupType

See Also