Create a predicate expression string mapper.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New( _ ByVal pred_str As String _ ) |
C# |
---|
public NetricsPredicateMapper( string pred_str ) |
C++ |
---|
public: NetricsPredicateMapper( String pred_str ) sealed |
J# |
---|
public NetricsPredicateMapper( string pred_str ) |
JScript |
---|
public function NetricsPredicateMapper( pred_str : String ) |
Parameters
- pred_str
- The predicate expression string to be mapped.