Table of Contents

Interface IConvertOperation<T>

Namespace
Mech3DotNet.Reader
Assembly
Mech3DotNet.dll

Implemented by operations to convert a ReaderValue to a specific type.

public interface IConvertOperation<T>

Type Parameters

T

Methods

ConvertTo(ReaderValue, IEnumerable<string>)

Apply the operation to the ReaderValue.

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

T ConvertTo(ReaderValue value, IEnumerable<string> path)

Parameters

value ReaderValue
path IEnumerable<string>

Returns

T