The IMetabaseCheckList interface contains properties and methods used to work with a list of object for which checksum is verified.
| Property name | Brief description | |
| Count | The Count property returns the number of objects that are contained in the checksum list. | |
| Item | The Item property returns parameters of the object that is contained in the checksum list. |
| Method name | Brief description | |
| Add | The Add method adds a repository object to the checksum list. | |
| Clear | The Clear method clears the list of objects for which the checksums are checked. | |
| FindById | The FindById method searches the object in the checksum list by identifier. | |
| FindByKey | The FindByKey method searches the object in the checksum list by key. | |
| LoadFromFile | The LoadFromFile method loads from the file and verifies checksums of repository objects. | |
| Move | The Move method moves an object in the list of checksums calculation. | |
| Remove | The Remove method removes an object from the checksum list by index. | |
| RemoveByKey | The Remove method removes an object from the checksum list by key. | |
| SaveToFile | The SaveToFile method saves the list of repository objects and calculated checksums to the file. |
See also: