C# Class Octopus.Client.UrlTemplate.VarSpec

Show file 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 property

public bool Explode
return bool

First public property

public bool First
return bool

PrefixLength public property

public int PrefixLength
return int

VarName public property

public StringBuilder VarName
return StringBuilder