Table of Contents

Struct SelectorPath

Namespace
Virtufin.Data
Assembly
Virtufin.Data.dll
public readonly struct SelectorPath : IEnumerable<Selector>, IEnumerable, IEquatable<SelectorPath>
Implements
Inherited Members

Constructors

SelectorPath()

public SelectorPath()

SelectorPath(IEnumerable<Selector>)

public SelectorPath(IEnumerable<Selector> selectors)

Parameters

selectors IEnumerable<Selector>

SelectorPath(params Selector[])

public SelectorPath(params Selector[] selectors)

Parameters

selectors Selector[]

Methods

Add(Selector)

public SelectorPath Add(Selector selector)

Parameters

selector Selector

Returns

SelectorPath

Append(SelectorPath, Selector)

public static SelectorPath Append(SelectorPath path, Selector selector)

Parameters

path SelectorPath
selector Selector

Returns

SelectorPath

Equals(object?)

Indicates whether this instance and a specified object are equal.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current instance.

Returns

bool

true if obj and this instance are the same type and represent the same value; otherwise, false.

Equals(SelectorPath)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(SelectorPath other)

Parameters

other SelectorPath

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

GetEnumerator()

Returns an enumerator that iterates through the collection.

public IEnumerator<Selector> GetEnumerator()

Returns

IEnumerator<Selector>

An enumerator that can be used to iterate through the collection.

GetHashCode()

Returns the hash code for this instance.

public override int GetHashCode()

Returns

int

A 32-bit signed integer that is the hash code for this instance.

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.

Operators

operator ==(SelectorPath, SelectorPath)

public static bool operator ==(SelectorPath left, SelectorPath right)

Parameters

left SelectorPath
right SelectorPath

Returns

bool

operator !=(SelectorPath, SelectorPath)

public static bool operator !=(SelectorPath left, SelectorPath right)

Parameters

left SelectorPath
right SelectorPath

Returns

bool