Table of Contents

Class InvokeQueryMatchCmdletCommand

Namespace
MASES.JNetPS.Cmdlet.JMX
Assembly
MASES.JNetPS.dll
[Cmdlet("Invoke", "QueryMatch")]
[OutputType(new Type[] { typeof(QueryExp) })]
public class InvokeQueryMatchCmdletCommand : JNetPSCmdlet<JNetPSCore>
Inheritance
InvokeQueryMatchCmdletCommand
Inherited Members
Extension Methods

Properties

A

[Parameter(Position = 0, Mandatory = true, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "An attribute expression.")]
public AttributeValueExp A { get; set; }

Property Value

AttributeValueExp

S

[Parameter(Position = 1, Mandatory = true, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "A string value expression representing a matching constraint.")]
public StringValueExp S { get; set; }

Property Value

StringValueExp

Methods

ProcessCommand()

protected override void ProcessCommand()