Class ServiceMetaEntrySelector
Namespace: Consul.Filtering
Assembly: Consul.dll
public sealed class ServiceMetaEntrySelector : Selector, IEncodable
Inheritance
object ← Selector ← ServiceMetaEntrySelector
Implements
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
Prefix
public string Prefix { get; }
Property Value
Methods
Contains(string)
public Filter Contains(string value)
Parameters
value
string
Returns
Encode()
public override string Encode()
Returns
Operators
operator ==(ServiceMetaEntrySelector, string)
public static Filter operator ==(ServiceMetaEntrySelector selector, string value)
Parameters
selector
ServiceMetaEntrySelector
value
string
Returns
operator !=(ServiceMetaEntrySelector, string)
public static Filter operator !=(ServiceMetaEntrySelector selector, string value)
Parameters
selector
ServiceMetaEntrySelector
value
string