Table of Contents

Class Tags

Namespace
Steeltoe.CloudFoundry.Connector.Services
Assembly
Steeltoe.CloudFoundry.ConnectorBase.dll
public class Tags
Inheritance
Tags
Inherited Members

Constructors

Tags(string)

public Tags(string tag)

Parameters

tag string

Tags(string[])

public Tags(string[] tags)

Parameters

tags string[]

Properties

Values

public string[] Values { get; protected set; }

Property Value

string[]

Methods

Contains(string)

public bool Contains(string tag)

Parameters

tag string

Returns

bool

ContainsOne(string[])

public bool ContainsOne(string[] tags)

Parameters

tags string[]

Returns

bool

StartsWith(string)

public bool StartsWith(string tag)

Parameters

tag string

Returns

bool