C# Class XAF_Bootstrap.XAF_BootstrapModule

Afficher le fichier Open project: Terricks/XAFBootstrap

Méthodes publiques

Méthode Description
ApplyBootstrapCSS ( XAFBootstrapConfiguration config ) : void
ExtendModelInterfaces ( ModelInterfaceExtenders extenders ) : void
GetModuleUpdaters ( IObjectSpace objectSpace, Version versionFromDB ) : IEnumerable
PrepareBundles ( ) : void
Setup ( XafApplication application ) : void
XAF_BootstrapModule ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

RegisterEditorDescriptors ( List editorDescriptors ) : void

Private Methods

Méthode Description
DirectoryCopy ( string sourceDir, string targetDir, string TemplateName ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ProcessTemplateFile ( String FileName ) : void
application_CreateCustomLogonWindowControllers ( object sender, CreateCustomLogonWindowControllersEventArgs e ) : void

Method Details

ApplyBootstrapCSS() public static méthode

public static ApplyBootstrapCSS ( XAFBootstrapConfiguration config ) : void
config XAFBootstrapConfiguration
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

ExtendModelInterfaces() public méthode

public ExtendModelInterfaces ( ModelInterfaceExtenders extenders ) : void
extenders ModelInterfaceExtenders
Résultat void

GetModuleUpdaters() public méthode

public GetModuleUpdaters ( IObjectSpace objectSpace, Version versionFromDB ) : IEnumerable
objectSpace IObjectSpace
versionFromDB Version
Résultat IEnumerable

PrepareBundles() public static méthode

public static PrepareBundles ( ) : void
Résultat void

RegisterEditorDescriptors() protected méthode

protected RegisterEditorDescriptors ( List editorDescriptors ) : void
editorDescriptors List
Résultat void

Setup() public méthode

public Setup ( XafApplication application ) : void
application XafApplication
Résultat void

XAF_BootstrapModule() public méthode

public XAF_BootstrapModule ( ) : System
Résultat System