Objects of this class associate a record operation with a record.
The following tables list the members exposed by NetricsRecOp.
Public Methods
| Name | Description | |
|---|---|---|
|
Add | Create an Add Record Operation. |
|
Del | Overloaded. Create a Delete Record Operation. |
|
Equals | (inherited from Object) |
|
GetHashCode | (inherited from Object) |
|
getKey | Get the record key of the record being operated on. |
|
getOperation | Get the operation code for this Record Operation. |
|
getParentKey | Get the parent key of the record being operated on. |
|
getRecord | Get the record being operated on by this operation. |
|
GetType | (inherited from Object) |
|
Rpl | Create a Replace Record Operation. |
|
ToString | Overridden. Return a human readable form of this operation. |
|
Upd | Create an Update Record Operation. |
Protected Methods
| Name | Description | |
|---|---|---|
|
Finalize | (inherited from Object) |
|
MemberwiseClone | (inherited from Object) |