Beispiel #1
0
 public XpandAuditTrailModule()
 {
     AuditTrailService.Instance.CustomCreateObjectAuditProcessorsFactory += OnCustomCreateObjectAuditProcessorsFactory;
     RequiredModuleTypes.Add(typeof(AuditTrailModule));
     LogicInstallerManager.RegisterInstaller(new AuditTrailLogicInstaller(this));
     RequiredModuleTypes.Add(typeof(ModelViewInheritanceModule));
     RequiredModuleTypes.Add(typeof(XAF.Modules.CloneModelView.CloneModelViewModule));
 }
        public ModelArtifactStateModule()
        {
            RequiredModuleTypes.Add(typeof(Validation.XpandValidationModule));
            LogicInstallerManager.RegisterInstallers(new ILogicInstaller[] {
                new ActionStateLogicInstaller(this),
//                new ControllerStateLogicInstaller(this),
//                new ObjectViewsLogicInstaller(this)
            });
        }
Beispiel #3
0
 public MasterDetailModule()
 {
     LogicInstallerManager.RegisterInstaller(new MasterDetailLogicInstaller(this));
 }
 public MasterDetailModule()
 {
     LogicInstallerManager.RegisterInstaller(new MasterDetailLogicInstaller(this));
     RequiredModuleTypes.Add(typeof(ModelViewInheritanceModule));
 }
Beispiel #5
0
 public ModelAdaptorModule()
 {
     LogicInstallerManager.RegisterInstaller(new ModelAdaptorLogicInstaller(this));
 }
Beispiel #6
0
 public AdditionalViewControlsModule()
 {
     LogicInstallerManager.RegisterInstaller(new AdditionalViewControlsLogicInstaller(this));
 }
Beispiel #7
0
 public AdditionalViewControlsModule()
 {
     LogicInstallerManager.RegisterInstaller(new AdditionalViewControlsLogicInstaller(this));
     RequiredModuleTypes.Add(typeof(ModelViewInheritanceModule));
 }
Beispiel #8
0
 public XpandAuditTrailModule()
 {
     RequiredModuleTypes.Add(typeof(AuditTrailModule));
     LogicInstallerManager.RegisterInstaller(new AuditTrailLogicInstaller(this));
 }
Beispiel #9
0
 public EmailModule()
 {
     RequiredModuleTypes.Add(typeof(XpandValidationModule));
     LogicInstallerManager.RegisterInstaller(new EmailLogicInstaller(this));
     RequiredModuleTypes.Add(typeof(ModelViewInheritanceModule));
 }