ColumnsScriptAttribute constructor (1 of 2)

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Initializes a new instance of the FormScriptAttribute class. The key of the form script will be the full name of the type this is placed on.

public ColumnsScriptAttribute()

Exceptions

exception condition
ArgumentNullException key

See Also


ColumnsScriptAttribute constructor (2 of 2)

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Initializes a new instance of the ColumnsScriptAttribute class.

public ColumnsScriptAttribute(string key)
parameter description
key The key.

Exceptions

exception condition
ArgumentNullException key

See Also