Table of Contents

Class InvokeQueryAndCmdletCommand

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

Properties

Q1

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

Property Value

QueryExp

Q2

[Parameter(Position = 1, Mandatory = true, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "Another query expression.")]
public QueryExp Q2 { get; set; }

Property Value

QueryExp

Methods

ProcessCommand()

protected override void ProcessCommand()