Task-oriented Session methods
- To submit or lookup entities,
you need to know the appropriate EntityDef. Session operations relating to
an EntityDef:
GetEntityDefGetDefaultEntityDefGetEntityDefNamesGetReqEntityDefNamesGetAuxEntityDefNamesGetSubmitEntityDefNamesGetQueryEntityDefNames - To
lookup, submit, delete or modify an entity, use:
BuildEntityEditEntityGetEntityGetEntityByDbIdDeleteEntityStringIdToDbIdDbIdToStringId - To add or delete duplicate relationships
between entities, use:
MarkEntityAsDuplicateUnmarkEntityAsDuplicate - To search the database rather than just doing
a lookup of a single entity, use the following Query-related operations:
OpenQueryDefBuildResultSetBuildSQLQueryBuildQuery - To get family information, use:
GetEntityDefFamilyNamesGetEntityDefFamilyNameGetQueryEntityDefNames