Objects of this class associate a record operation with a record.


The following tables list the members exposed by NetricsRecOp.

Public Methods

  Name Description
Public method Static Add Create an Add Record Operation.
Public method Static Del Overloaded. Create a Delete Record Operation.
Public method Equals   (inherited from Object)
Public method GetHashCode   (inherited from Object)
Public method getKey Get the record key of the record being operated on.
Public method getOperation Get the operation code for this Record Operation.
Public method getParentKey Get the parent key of the record being operated on.
Public method getRecord Get the record being operated on by this operation.
Public method GetType   (inherited from Object)
Public method Static Rpl Create a Replace Record Operation.
Public method ToString Overridden. Return a human readable form of this operation.
Public method Static Upd Create an Update Record Operation.
Top

Protected Methods

  Name Description
Family method Finalize   (inherited from Object)
Family method MemberwiseClone   (inherited from Object)
Top

See Also