C# Класс XAF_Bootstrap.XAF_BootstrapModule

Показать файл Открыть проект

Открытые методы

Метод Описание
ApplyBootstrapCSS ( XAFBootstrapConfiguration config ) : void
ExtendModelInterfaces ( ModelInterfaceExtenders extenders ) : void
GetModuleUpdaters ( IObjectSpace objectSpace, Version versionFromDB ) : IEnumerable
PrepareBundles ( ) : void
Setup ( XafApplication application ) : void
XAF_BootstrapModule ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

RegisterEditorDescriptors ( List editorDescriptors ) : void

Приватные методы

Метод Описание
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

Описание методов

ApplyBootstrapCSS() публичный статический Метод

public static ApplyBootstrapCSS ( XAFBootstrapConfiguration config ) : void
config XAFBootstrapConfiguration
Результат void

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

ExtendModelInterfaces() публичный Метод

public ExtendModelInterfaces ( ModelInterfaceExtenders extenders ) : void
extenders ModelInterfaceExtenders
Результат void

GetModuleUpdaters() публичный Метод

public GetModuleUpdaters ( IObjectSpace objectSpace, Version versionFromDB ) : IEnumerable
objectSpace IObjectSpace
versionFromDB Version
Результат IEnumerable

PrepareBundles() публичный статический Метод

public static PrepareBundles ( ) : void
Результат void

RegisterEditorDescriptors() защищенный Метод

protected RegisterEditorDescriptors ( List editorDescriptors ) : void
editorDescriptors List
Результат void

Setup() публичный Метод

public Setup ( XafApplication application ) : void
application XafApplication
Результат void

XAF_BootstrapModule() публичный Метод

public XAF_BootstrapModule ( ) : System
Результат System