Skip to main content

Class ServiceMetaEntrySelector

Namespace: Consul.Filtering
Assembly: Consul.dll

public sealed class ServiceMetaEntrySelector : Selector, IEncodable

Inheritance

objectSelectorServiceMetaEntrySelector

Implements

IEncodable

Inherited Members

Selector.Encode() , object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.ReferenceEquals(object, object) , object.ToString()

Constructors

ServiceMetaEntrySelector(string, string)

public ServiceMetaEntrySelector(string prefix, string name)

Parameters

prefix string

name string

Properties

Name

public string Name { get; }

Property Value

string

Prefix

public string Prefix { get; }

Property Value

string

Methods

Contains(string)

public Filter Contains(string value)

Parameters

value string

Returns

Filter

Encode()

public override string Encode()

Returns

string

Operators

operator ==(ServiceMetaEntrySelector, string)

public static Filter operator ==(ServiceMetaEntrySelector selector, string value)

Parameters

selector ServiceMetaEntrySelector

value string

Returns

Filter

operator !=(ServiceMetaEntrySelector, string)

public static Filter operator !=(ServiceMetaEntrySelector selector, string value)

Parameters

selector ServiceMetaEntrySelector

value string

Returns

Filter

  • Constructors
    • ServiceMetaEntrySelector(string, string)
  • Properties
    • Name
    • Prefix
  • Methods
    • Contains(string)
    • Encode()
  • Operators
    • operator ==(ServiceMetaEntrySelector, string)
    • operator !=(ServiceMetaEntrySelector, string)