Class NOPModule
Defines a module that does nothing
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Azos.Apps
Assembly: Azos.dll
Syntax
public sealed class NOPModule : ModuleBase, IModuleImplementation, IModule, IApplicationComponent, INamed, IOrdered, IDisposable, IConfigurable, IInstrumentable, IExternallyParameterized, IApplicationInjection
Constructors
NOPModule(IModule)
Declaration
public NOPModule(IModule parent)
Parameters
Type | Name | Description |
---|---|---|
IModule | parent |
NOPModule(IApplication)
Declaration
public NOPModule(IApplication application)
Parameters
Type | Name | Description |
---|---|---|
IApplication | application |
Properties
ComponentLogTopic
Declaration
public override string ComponentLogTopic { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
IsHardcodedModule
Declaration
public override bool IsHardcodedModule { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Methods
DoConfigureChildModules(IConfigSectionNode)
Declaration
protected override void DoConfigureChildModules(IConfigSectionNode node)
Parameters
Type | Name | Description |
---|---|---|
IConfigSectionNode | node |
Overrides
Implements
System.IDisposable