EntAttr Class Members
- Last UpdatedNov 06, 2025
- 3 minute read
The following tables list the members exposed by EntAttr.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new entity attribute record to the Ent_Attr table. |
![]() ![]() | Delete | The Delete() method deletes the specified entity attribute record from the Entity_Attr table. |
![]() ![]() | DeleteAll | The DeleteAll() method removes one or more entity attribute records from the Entity_Attr table, as specified by the filter parameters. Passing no filter parameters will remove all entity attribute records from the table. |
![]() ![]() | GetAll | Overloaded. The GetAll() method retrieves one or more entity attribute records from the Ent_Attr table, as specified by the filter parameters. Passing no filter parameters will retrieve all entity attributes records from the table. |
![]() ![]() | GetAttrs | The GetAttrs() method retrieves all attributes that are assigned to the specified entity and also indicates whether the specified user has permission to edit the attribute. |
![]() ![]() | GetAvailableAttrs | The GetAvailableAttrs() method retrieves all entity attributes that are not yet assigned to the specified entity and are editable by the specified user. |
![]() ![]() | GetByKey | Overloaded. The GetByKey() method retrieves the specified entity attribute record from the Ent_Attr table. |
![]() ![]() | Update | The Update() method updates all columns for the specified entity attribute record in the Ent_Attr table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns for the specified entity attribute record in the Ent_Attr table. |

