Remap field names and data values in a predicate string.


The following tables list the members exposed by NetricsPredicateMapper.

Public Constructors

  Name Description
Public method NetricsPredicateMapper Create a predicate expression string mapper.
Top

Public Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (inherited from Object)
Public method getCurrentDataNames Get the set of the current data item names. This retrieves the set of data item names referenced in the unmapped version of the predicate expression.
Public method getCurrentFieldNames Get the set of current field names. This retrieves the set of field names referenced in the mapped version of the predicate expression.
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 getMappedExpr Overloaded. Get the fully mapped predicate expression.
Public method getOriginalDataNames Get the set of original data item names. This retrieves the set of data item names referenced in the unmapped version of the predicate expression.
Public method getOriginalFieldNames Get the set of original field names. This retrieves the set of field names referenced in the unmapped version of the predicate expression.
Public method GetType Gets the Type of the current instance. (inherited from Object)
Public method setDataNames Overloaded. Update the data item name mappings.
Public method setDefaultValue Set the default value for unspecified data items.
If no value for a data item is given this value is inserted into the expression. If not specified with a call to this method an zero length string is inserted.
Public method setFieldNames Overloaded. Update the field name mappings. This remaps the field names in the predicate expression. This entirely replaces any previous field mappings applied.
Public method ToString Returns a String that represents the current Object. (inherited from Object)
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