Characteristic Class Members
- Last UpdatedNov 06, 2025
- 3 minute read
The following tables list the members exposed by Characteristic.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new characteristic record to the Characteristic table. |
![]() ![]() | Delete | The Delete() method deletes the specified characteristic record from the Characteristic table. |
![]() ![]() | DeleteAll | The DeleteAll() method removes one or more characteristic records from the Characteristic table, as specified by the filter parameters. Passing no filter parameters will remove all characteristic records from the table. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more characteristic records from the Characteristic table, as specified by the filter parameters. Passing no filter parameters will retrieve all characteristic records from the table. |
![]() ![]() | GetByFilter | The GetByFilter() method retrieves a set of characteristic records based on the input filters. In this overload of the method, the characteristic group filter is identified by its group ID. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified characteristic record from the characteristic table. |
![]() ![]() | GetByQMSpec | The GetByQMSpec() method retrieves a set of characteristic records, which match the filtered dataset, from the characteristic table. The records are retrieved based on the list of the QM Specifications IDs that are passed. |
![]() ![]() | Update | The Update() method updates all columns of the specified characteristic record in the characteristic table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns of the specified characteristic record in the characteristic table. |

