Namespace CodeFactory
Classes
ActionException
Exception that is raised when an error occurred that kept a code factory command from finishing execution.
CodeFactoryException
Base exception class all code factory generated exceptions are based on.
CodeFactoryMessages
A strongly-typed resource class, for looking up localized strings, etc.
ModelException<TModelTypes>
Exception class that is designed to capture exception information during the creation of a model.
ModelLoadException
Exception class that captures information about errors during the creation of a code factory model.
ModelStore<T>
Stores code factory models so they can be extracted when needed.
SourceFormatter
Base implementation of source code formatting. This allows for control of formatted output from CodeFactory.
UnsupportedSdkLibraryException
Exception class that tracks when a CodeFactory library is using an unsupported version of the SDK.
Interfaces
ICommandBase<TModel>
Minimum implementation for all code factory commands.
ICommand<TModel>
Base implementation for all code factory commands.
IModelStatus
Status information about a code factory model that has been created.
IModel<TModelTypes>
Base implementation of a code factory model. All models will be derived from this base model definition.
ISourceFormatter
Base implementation all source formatters that support CodeFactory must implement.