Model of the organization. It is the domain model entry point.
Assembly: Epic.Core
Declaration Syntax
C# |
public interface IOrganization
Remarks
The Epic target are enterprise modelling organization processes. Thus, this is the entry point for all the domain model boundaries.
Members
All Members | Methods | Properties | |||
Member | Description | |
---|---|---|
AcquireWorkingSession(IPrincipal, String) |
Acquires an existing working session.
Used to adopt a working session between different enterprises/appdomain.
| |
EndWorkingSession(IPrincipal, IWorkingSession) |
Ends the working session.
| |
Name |
Name of the organization.
| |
StartWorkingSession(IPrincipal, IWorkingSession%) |
Starts a new working session.
|