Class AccessControlListService

Class AccessControlListService#

Inheritance Relationships#

Base Type#

Class Documentation#

class xbe.sdk.Services.AccessControlListService : xbe.sdk.ServiceBase#

Public Functions

AccessControlListService ()#
Task<List<AccessControlList>> FindAll (Dictionary<string, string> query = null)#

Returns all AccessControlLists from the system that the user has access to.

Task<AccessControlList> Create (AccessControlList obj)#

Create a new AccessControlList.

Task<AccessControlList> FindById (string id)#

Returns a single AccessControlList from the system that the user has access to.

Task<AccessControlList> Update (string id, AccessControlList obj)#

Updates a single AccessControlList.