ModuleAttribute constructor

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Sets the module name for the row. Module name is usually the folder name under ~/Modules folder entity resides in.

public ModuleAttribute(string module)
parameter description
module The module.

Remarks

Initializes a new instance of the ModuleAttribute class.

See Also