Class CodeFactoryMessages
A strongly-typed resource class, for looking up localized strings, etc.
Inherited Members
Namespace: CodeFactory
Assembly: CodeFactory.dll
Syntax
public class CodeFactoryMessages
Properties
BaseDocumentException
Looks up a localized string similar to An internal error occurred could not complete the document operation..
Declaration
public static string BaseDocumentException { get; }
Property Value
Type | Description |
---|---|
string |
CodeFactoryError
Looks up a localized string similar to An unhandled error occurred and the current code factory operation failed to complete. Please try again..
Declaration
public static string CodeFactoryError { 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 |
LoadErrorsUnhandledError
Looks up a localized string similar to An internal error occurred while loading the errors, was not able to retrieve the error messages..
Declaration
public static string LoadErrorsUnhandledError { get; }
Property Value
Type | Description |
---|---|
string |
ModelLoadError
Looks up a localized string similar to An error occurred while loading the model. Review the model to confirm that the model was able to complete loading. .
Declaration
public static string ModelLoadError { 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 |