Characteristics Members
These members are related to Collection of Characteristics.
| Name | Description |
|---|---|
| Add | Add a new Characteristic into the collection, and return a new Characteristic object. Return value: Characteristic. |
| AddEx | Add a new Characteristic into the collection, and return a new Characteristic object (with audit log explanation). Return value: Characteristic. |
| Refresh | - |
| Remove | Removes (deletes) the specified Characteristic from the collection; Char can either be 1-based index or Characteristic name. |
| RemoveEx | Removes (deletes) the specified Characteristic from the collection; Item can either be 1-based index or Characteristic name (with audit log explanation). |
| Name | Description |
|---|---|
| Count | Returns the number of Characteristics in the collection. Return value: Integer. This property is read only. |
| Item | Returns the specified Characteristic from the collection; Index can either be 1-based index or Characteristic name. Return value: Characteristic. This property is read only. |
| ItemByID | Returns the specified Characteristic when passed the Characteristic ID. Return value: Characteristic. This property is read only. |
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.
