Skip to content

ModuleAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

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

[AttributeUsage(AttributeTargets.All)]
public class ModuleAttribute : Attribute
parameter description
module The module.

Public Members

name description
ModuleAttribute(…) Sets the module name for the row. The module name is usually the folder name under the ~/Modules folder that the entity resides in.
Value { get; } Gets the module.

Remarks

Initializes a new instance of the ModuleAttribute class.

See Also