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 Determines whether the specified Object is equal to the current Object. (inherited from Object)
Public method GetHashCode Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (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 Gets the Type of the current instance. (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 Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Family method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object)
Top

See Also