C# Class XAF_Bootstrap.XAF_BootstrapModule

显示文件 Open project: Terricks/XAFBootstrap

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

RegisterEditorDescriptors ( List editorDescriptors ) : void

Private Methods

Method 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 method

public static ApplyBootstrapCSS ( XAFBootstrapConfiguration config ) : void
config XAFBootstrapConfiguration
return void

Dispose() protected method

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

ExtendModelInterfaces() public method

public ExtendModelInterfaces ( ModelInterfaceExtenders extenders ) : void
extenders ModelInterfaceExtenders
return void

GetModuleUpdaters() public method

public GetModuleUpdaters ( IObjectSpace objectSpace, Version versionFromDB ) : IEnumerable
objectSpace IObjectSpace
versionFromDB Version
return IEnumerable

PrepareBundles() public static method

public static PrepareBundles ( ) : void
return void

RegisterEditorDescriptors() protected method

protected RegisterEditorDescriptors ( List editorDescriptors ) : void
editorDescriptors List
return void

Setup() public method

public Setup ( XafApplication application ) : void
application XafApplication
return void

XAF_BootstrapModule() public method

public XAF_BootstrapModule ( ) : System
return System