C# 클래스 XAF_Bootstrap.XAF_BootstrapModule

파일 보기 프로젝트 열기: Terricks/XAFBootstrap

공개 메소드들

메소드 설명
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