Enum ServiceMode
Prefered mode for Services (used by the class factory)
Namespace: SuperOffice.CRM.Services
Assembly: SoCore.dll
Syntax
public enum ServiceMode
Fields
Name | Description |
---|---|
Local | Use the local implementation of the service |
Remote | Use the remote implementation of the service |
Switch | Use the switching implementation of the service. |
Extension Methods
EnumUtil.MapEnums<SuperOffice.CRM.Services.ServiceMode, To>()