Class ArchetypeDefinitionService

Class ArchetypeDefinitionService#

Inheritance Relationships#

Base Type#

Class Documentation#

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

Public Functions

ArchetypeDefinitionService ()#
Task<List<ArchetypeDefinition>> FindAll (Dictionary<string, string> query = null)#

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

Task<ArchetypeDefinition> Create (ArchetypeDefinition obj)#

Create a new group.

Task<ArchetypeDefinition> FindById (string id)#

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

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

Updates a single group.

Task<long?> Count (Dictionary<string, string> query = null)#

Retrieves the Entities Count based on the given criteria.

Return:

Entity Count