Table of Contents

Class InvokeQueryBetweenCmdletCommand

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

Properties

V1

[Parameter(Position = 0, Mandatory = true, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "A value expression that is \"between\" v2 and v3.")]
public ValueExp V1 { get; set; }

Property Value

ValueExp

V2

[Parameter(Position = 1, Mandatory = true, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "Value expression that represents a boundary of the constraint.")]
public ValueExp V2 { get; set; }

Property Value

ValueExp

V3

[Parameter(Position = 2, Mandatory = true, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "Value expression that represents a boundary of the constraint.")]
public ValueExp V3 { get; set; }

Property Value

ValueExp

Methods

ProcessCommand()

protected override void ProcessCommand()