Click or drag to resize

IRecordBase Methods

The IRecordBase type exposes the following members.

Methods
  NameDescription
Public methodAddOrReplaceItem
Include the item in the record by either adding it or replacing existing item with the same key.
Public methodContainsKey
Verify if the record contains an item with a given key.
Public methodGetItem(Int32)
Obtain an item at a specified index position.
Public methodGetItem(String)
Obtain an item for a specified key.
Public methodGetProcessingStatus
Return processing status of a given phase.
Public methodRemoveItem
Remove item for a specified key.
Public methodReplaceItem
Replace an existing item with a new one.
Top
See Also