Craig's Utility Library  4.0 Beta
Utilities.IoC.Interfaces.IModule Interface Reference

IoC module base class More...

Inheritance diagram for Utilities.IoC.Interfaces.IModule:
Utilities.Configuration.Manager.Module.ConfigSystemModule Utilities.DataTypes.AOP.Module.AOPModule Utilities.DataTypes.Caching.Module.CachingModule Utilities.DataTypes.CodeGen.Module.CompilerModule Utilities.DataTypes.Conversion.Module.ConversionModule Utilities.DataTypes.DataMapper.Module.DataMapperModule Utilities.IO.Compression.Module.CompressionModule Utilities.IO.Encryption.Module.EncryptionModule Utilities.IO.FileSystem.Module.FileSystemModule Utilities.IO.Logging.Module.LoggingModule Utilities.IO.Messaging.Module.MessagingModule Utilities.IO.Serializers.Module.SerializationModule Utilities.ORM.Manager.Module.ORMModule Utilities.Profiler.Manager.Module.ProfilerModule Utilities.Workflow.Manager.Module.WorkflowModule

Public Member Functions

void Load (IBootstrapper Bootstrapper)
 Loads the module using the bootstrapper More...
 

Properties

int Order [get]
 Order to run this in More...
 

Detailed Description

IoC module base class

Definition at line 31 of file IModule.cs.

Member Function Documentation

Property Documentation

int Utilities.IoC.Interfaces.IModule.Order
get

Order to run this in

Definition at line 36 of file IModule.cs.


The documentation for this interface was generated from the following file: