IRecordBase Methods |
The IRecordBase type exposes the following members.
| Name | Description | |
|---|---|---|
| AddOrReplaceItem |
Include the item in the record by either adding it or replacing existing item with the same key.
| |
| ContainsKey |
Verify if the record contains an item with a given key.
| |
| GetItem(Int32) |
Obtain an item at a specified index position.
| |
| GetItem(String) |
Obtain an item for a specified key.
| |
| GetProcessingStatus |
Return processing status of a given phase.
| |
| RemoveItem |
Remove item for a specified key.
| |
| ReplaceItem |
Replace an existing item with a new one.
|