Class ConfigurationMessages
A strongly-typed resource class, for looking up localized strings, etc.
Inherited Members
Namespace: CodeFactory.WinVs.Loader
Assembly: CodeFactory.WinVs.dll
Syntax
public class ConfigurationMessages
Properties
CannotLocatePackageDirectory
Looks up a localized string similar to The package directory '{0}'. Does not exist exist, cannot load the code factory package configuration. No automation will be loaded..
Declaration
public static string CannotLocatePackageDirectory { get; }
Property Value
| Type | Description |
|---|---|
| string |
CommandLineHelpMessage
Looks up a localized string similar to Utility that create a CodeFactory configuration and package.\r\nThe following are the command switches supported by the configurtion manager.\r\nThe configuration manager will ignore unknown switches.\r\n\r\nSwitches\r\n? = Displays this help message\r\n\r\nHelp = displays this help message\r\n\r\n/Help = Displays this help message\r\n\r\n/DebugConfig <PathToDLL> = creates a debug configuration for the current project.\r\n.
Declaration
public static string CommandLineHelpMessage { get; }
Property Value
| Type | Description |
|---|---|
| string |
CommandLineTitle
Looks up a localized string similar to Code Factory Packaging Utility Version {0}\r\nCopyright 2013 LifeCycle Delivery Services, Inc.\r\n.
Declaration
public static string CommandLineTitle { get; }
Property Value
| Type | Description |
|---|---|
| string |
ConfigNotInPackage
Looks up a localized string similar to Cannot find the factory configuration in the package file '{0}'.
Declaration
public static string ConfigNotInPackage { get; }
Property Value
| Type | Description |
|---|---|
| string |
ConfigurationFileCreatedSuccessfully
Looks up a localized string similar to Successfully created the configuration file '{0}'.\r\nConfiguration file has the following resources defined.\r\nAutomation Libraries - '{1}' \r\nSupporting Libraries - '{2}' \r\nAutomation Actions -'{3}' \r\n.
Declaration
public static string ConfigurationFileCreatedSuccessfully { get; }
Property Value
| Type | Description |
|---|---|
| string |
ConfigurationFileNotFound
Looks up a localized string similar to The code factory .
Declaration
public static string ConfigurationFileNotFound { get; }
Property Value
| Type | Description |
|---|---|
| string |
ConfigurationFileNotProvided
Looks up a localized string similar to Cannot load the factory configuration file, becuase no configuration file was provided..
Declaration
public static string ConfigurationFileNotProvided { get; }
Property Value
| Type | Description |
|---|---|
| string |
CreatingConfigurationFile
Looks up a localized string similar to Creating the configuration file '{0}'.
Declaration
public static string CreatingConfigurationFile { get; }
Property Value
| Type | Description |
|---|---|
| string |
Culture
Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.
Declaration
public static CultureInfo Culture { get; set; }
Property Value
| Type | Description |
|---|---|
| CultureInfo |
DeletingConfigurationFile
Looks up a localized string similar to Deleting the configuration file '{0}'.
Declaration
public static string DeletingConfigurationFile { get; }
Property Value
| Type | Description |
|---|---|
| string |
DirectoryDoesNotExistForConfigFile
Looks up a localized string similar to Cannot find the directory that will be used to store the configuration file..
Declaration
public static string DirectoryDoesNotExistForConfigFile { get; }
Property Value
| Type | Description |
|---|---|
| string |
FactoryConfigCouldNotBeloaded
Looks up a localized string similar to The factory configuration could not be loaded from the package file '{0}'.
Declaration
public static string FactoryConfigCouldNotBeloaded { get; }
Property Value
| Type | Description |
|---|---|
| string |
FailedToCreateConfigurationFile
Looks up a localized string similar to Failed to create the configuration file '{0}', the following error occurred during the creation process, '{1}'.
Declaration
public static string FailedToCreateConfigurationFile { get; }
Property Value
| Type | Description |
|---|---|
| string |
FailedToDeleteConfigFile
Looks up a localized string similar to Failed to delete the configuration file '{0}', the following error occurred during the delete process, '{1}'.
Declaration
public static string FailedToDeleteConfigFile { get; }
Property Value
| Type | Description |
|---|---|
| string |
FailedToLoadAction
Looks up a localized string similar to The code factory command '{0}', could not be loaded. This factory command will not avaliable for usage..
Declaration
public static string FailedToLoadAction { get; }
Property Value
| Type | Description |
|---|---|
| string |
FailedToLoadConfigurationData
Looks up a localized string similar to Failed to load configuration data, will not be able to create a configuration file..
Declaration
public static string FailedToLoadConfigurationData { get; }
Property Value
| Type | Description |
|---|---|
| string |
InvalidAssemblyPath
Looks up a localized string similar to The code factory command '{0}', could not be loaded due to an invalid assembly path. This factory command will not be loaded..
Declaration
public static string InvalidAssemblyPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
LibrariesNotLoaded
Looks up a localized string similar to An error occurred and the Code Factory libraries could not be loaded..
Declaration
public static string LibrariesNotLoaded { get; }
Property Value
| Type | Description |
|---|---|
| string |
LibraryLoadError
Looks up a localized string similar to An error occurred while loading the library '{0}', no automation will be loaded..
Declaration
public static string LibraryLoadError { get; }
Property Value
| Type | Description |
|---|---|
| string |
LibraryNotInPackage
Looks up a localized string similar to The library '{0}' was not found in the package. No automation will be loaded..
Declaration
public static string LibraryNotInPackage { get; }
Property Value
| Type | Description |
|---|---|
| string |
LibraryNotLoaded
Looks up a localized string similar to One of the code factory libraries was not loaded. No automation will be loaded..
Declaration
public static string LibraryNotLoaded { get; }
Property Value
| Type | Description |
|---|---|
| string |
NoLibraryDirectory
Looks up a localized string similar to No directory was provided. cannot load libraries..
Declaration
public static string NoLibraryDirectory { get; }
Property Value
| Type | Description |
|---|---|
| string |
NoPackageDirectory
Looks up a localized string similar to No package directory was provided cannot load the code factory package configuration. No automation will be loaded..
Declaration
public static string NoPackageDirectory { get; }
Property Value
| Type | Description |
|---|---|
| string |
NoPackageFile
Looks up a localized string similar to No package file was provided, cannot load libraries..
Declaration
public static string NoPackageFile { get; }
Property Value
| Type | Description |
|---|---|
| string |
NoVisualStudioActions
Looks up a localized string similar to Code factory did not provide an instance of the commands to be injected into visual studio commands being loaded. No automation will be loaded..
Declaration
public static string NoVisualStudioActions { get; }
Property Value
| Type | Description |
|---|---|
| string |
PackageDirectoryCannotBeCreated
Looks up a localized string similar to The package directory for the package '{0}' could not be created. Cannot load the code factory automation..
Declaration
public static string PackageDirectoryCannotBeCreated { get; }
Property Value
| Type | Description |
|---|---|
| string |
PackageDirectoryDoesNotExist
Looks up a localized string similar to The target package directory of '{0}', does not exist. cannot load the package..
Declaration
public static string PackageDirectoryDoesNotExist { get; }
Property Value
| Type | Description |
|---|---|
| string |
PackageFileNotFound
Looks up a localized string similar to The package file '{0}' could not be found. No automation functionality will be loaded..
Declaration
public static string PackageFileNotFound { get; }
Property Value
| Type | Description |
|---|---|
| string |
PackageLoadError
Looks up a localized string similar to An error occurred while loading the code factory package. No automation will be avaliable with this project..
Declaration
public static string PackageLoadError { get; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceManager
Returns the cached ResourceManager instance used by this class.
Declaration
public static ResourceManager ResourceManager { get; }
Property Value
| Type | Description |
|---|---|
| ResourceManager |