![]() | |
ISystem |
public interface ISystemFunctionEntityService : ISystemFunctionQueryService, IBusinessService
The ISystemFunctionEntityService type exposes the following members.
Name | Description | |
---|---|---|
![]() | Create | Creates a new SystemFunction |
![]() | Delete | Deletes the specified SystemFunction. |
![]() | Get |
Gets a list of SystemFunctions matching the specified filter.
(Inherited from ISystemFunctionQueryService) |
![]() | GetAll |
Gets all SystemFunctions
(Inherited from ISystemFunctionQueryService) |
![]() | GetSingle |
Gets a single SystemFunction matching the provided filter.
(Inherited from ISystemFunctionQueryService) |
![]() | Update | Updates the specified SystemFunction |