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: NFX.ApplicationModel
Assembly: NFX.dll
Syntax
public sealed class NOPModule : ModuleBase, IModuleImplementation, IModule, IApplicationComponent, INamed, IOrdered, IDisposable, IConfigurable, IInstrumentable, IExternallyParameterized
  Properties
Instance
Returns a singleton instance of the NOPModule
Declaration
public static NOPModule Instance { get; }
  Property Value
| Type | Description | 
|---|---|
| NOPModule | 
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