| FlexRule.Deployment Namespace |
| Class | Description | |
|---|---|---|
| DeploymentPackageException |
Happens when an exception is occurred during load or creating a package
| |
| Module |
Module is a collection of logic documents i.e. IRuleSet working together to accomplish a task.
A module encapsulate all the document dependencies according to a version information and some other metadata information i.e. Description.
| |
| ModuleBuilder |
Builds a Module from binary of each logic
| |
| ModulePackageException |
Exceptions related to modules
| |
| PackageDetails |
Details of a package containing a Module
Package can be created using FlexRule Designer and can be stored as a file structure or a single file.
| |
| PackageLoader |
Allows loading a built package using FlexRule Designer. A package contains Module and related PackageDetails metadata information. Also a package can hold referenced Assemblies that are required for execution.
| |
| PackageSignature |
Extra package metadata information
|