C# Class Octopus.Client.UrlTemplate.VarSpec

Datei anzeigen Open project: OctopusDeploy/Octo.exe

Public Properties

Property Type Description
Explode bool
First bool
PrefixLength int
VarName StringBuilder

Public Methods

Method Description
VarSpec ( OperatorInfo operatorInfo ) : System

Method Details

VarSpec() public method

public VarSpec ( OperatorInfo operatorInfo ) : System
operatorInfo OperatorInfo
return System

Property Details

Explode public_oe property

public bool Explode
return bool

First public_oe property

public bool First
return bool

PrefixLength public_oe property

public int PrefixLength
return int

VarName public_oe property

public StringBuilder VarName
return StringBuilder