Table of Contents

Interface IQueryOperation

Namespace
Mech3DotNet.Reader
Assembly
Mech3DotNet.dll

Implemented by operations to query a ReaderValue, usually a ReaderList.

public interface IQueryOperation

Methods

Apply(ReaderValue, List<string>)

Apply the operation to the ReaderValue, and modify the path appropriately.

This method is not usually called manually, but is called when the operation is applied to a Query.

ReaderValue Apply(ReaderValue value, List<string> path)

Parameters

value ReaderValue
path List<string>

Returns

ReaderValue