Class ModuleAttribute
Indicates that the class should be considered a named module using the provided module name.
Namespace: Sartorius.SAF.Presentation.Modularity
Assembly: Sartorius.SAF.Presentation.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public sealed class ModuleAttribute : Attribute
Properties
View SourceModuleName
Gets or sets the name of the module.
Declaration
public string ModuleName { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The name of the module. |
OnDemand
Gets or sets the value indicating whether the module should be loaded OnDemand.
Declaration
public bool OnDemand { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |