Pipeline

Classes > Nimblesite.Lql.Core > Pipeline

Represents a pipeline of operations.

public sealed class Pipeline : INode

Properties

Steps

public Collection<IStep> Steps { get; }

Gets the steps in this pipeline.