The Epic.Organization namespace contains base classes for the organization of the enterprise using the domain model.
It's defined in Epic.Core.
It's defined in Epic.Core.
Declaration Syntax
C# |
namespace Epic.Organization
Types
All Types | Classes |
Type | Description | |
---|---|---|
OrganizationBase |
Base class for IOrganization implementations.
| |
RoleBase |
Base class for users' roles.
| |
RoleBuilder<(Of <(<'TRole>)>)> |
Role builder public contract. Enforce TRole to be a pure interface.
| |
RoleBuilderBase<(Of <(<'TRole, TImplementation>)>)> |
Role builders' base class.
| |
WorkingSessionBase |
Base class for working sessions.
|