Table of Contents

Class SourceColorOnly<TGroup, TItem>

Namespace
Sccg.Core
Assembly
Sccg.dll

The base class of the ISource. This class provides some helper methods and standard implementation of ISource.

public abstract class SourceColorOnly<TGroup, TItem> : ISource, IBuildUnit

Type Parameters

TGroup
TItem
Inheritance
SourceColorOnly<TGroup, TItem>
Implements
Derived
Inherited Members

Remarks

Unlike Source<TGroup, TItem>, This class does not have Set(TGroup, Style), but has Set(TGroup, Color)

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()

You can customize your theme here.

Custom(BuilderQuery)

You can customize your theme here.

Link(TGroup, TGroup)

Links style from group to to group.

Set(TGroup, Color)

Sets style to group.