コード例 #1
0
ファイル: LogicInstaller.cs プロジェクト: xwagner2/eXpand
 protected LogicInstaller(IXpandModuleBase xpandModuleBase)
 {
     _module = xpandModuleBase;
     _module.CustomAddGeneratorUpdaters     += ModuleOnCustomAddGeneratorUpdaters;
     _module.ApplicationModulesManagerSetup += ModuleOnApplicationModulesManagerSetup;
     xpandModuleBase.RequiredModuleTypes.Add(typeof(LogicModule));
 }
コード例 #2
0
 public AuditTrailLogicInstaller(IXpandModuleBase xpandModuleBase)
     : base(xpandModuleBase)
 {
 }
コード例 #3
0
 public EmailLogicInstaller(IXpandModuleBase xpandModuleBase) : base(xpandModuleBase)
 {
 }