C# Class EnterpriseWebLibrary.DevelopmentUtility.Operations.ExportLogic

Inheritance: System.Operation
ファイルを表示 Open project: enduracode/enterprise-web-library Class Usage Examples

Private Methods

Method Description
CreateEwlNuGetPackage ( DevelopmentInstallation installation, bool useDebugAssembly, string outputFolderPath, bool prerelease ) : byte[]
ExportLogic ( ) : System
Operation ( Installation installation ) : bool
Operation ( Installation genericInstallation, EnterpriseWebLibrary.InstallationSupportUtility.OperationResult operationResult ) : void
copyServerSideProject ( DevelopmentInstallation installation, string serverSideLogicFolderPath, string project ) : void
packageClientSideApp ( DevelopmentInstallation installation, string clientSideAppFolder ) : void
packageEwl ( DevelopmentInstallation installation, string logicPackagesFolderPath ) : InstallationSupportUtility.RsisInterface.Messages.BuildMessage.Build.NuGetPackagesType
packageGeneralFiles ( DevelopmentInstallation installation, string folderPath, bool includeDatabaseUpdates ) : void
packageServerSideConsoleApps ( DevelopmentInstallation installation, string serverSideLogicFolderPath ) : void
packageWebApps ( DevelopmentInstallation installation, string serverSideLogicFolderPath ) : void
packageWindowsServices ( DevelopmentInstallation installation, string serverSideLogicFolderPath ) : void
writeNuGetPackageManifest ( DevelopmentInstallation installation, bool prerelease, System.DateTime localExportDateAndTime, TextWriter writer ) : void