Enterprise base class, to be injected in Enterprise during initialization.
Inheritance Hierarchy
| Object | |
| EnterpriseBase | |
Assembly: Epic.Core
Declaration Syntax
| C# |
public abstract class EnterpriseBase
Remarks
It MUST be implemented by a class tailored to the enterprise and organization that will use the domain.
Members
| All Members | Constructors | Methods | Properties | ||
| Member | Description | |
|---|---|---|
| EnterpriseBase(String) |
Constructor
| |
| Environment |
Enterprise's IEnvironment.
| |
| Name |
Enterprise name.
| |
| Organization |
Organization that use the domain model.
| |
| RetrieveEnvironmentInstance()()()() |
Retrieves the environment instance to be returned from
the Environment property.
|
