Table of Contents

Interface ISource

Namespace
Sccg.Core
Assembly
Sccg.dll

Represents a source that provides source items.

public interface ISource : IBuildUnit

Properties

Name

Gets the source name.

Priority

Gets the order in which the ISource is applied. The lower the number, the earlier the ISource is applied.

Methods

CollectItems()

Collects source items from the source.

Custom(BuilderQuery)

Starts the source customization.