Table of Contents

Class DataSource16.Dependencies

Namespace
Custom.DataSource
Assembly
ToSic.Sxc.Custom.dll

Dependencies of DataSource16.

[PublicApi]
public record DataSource16.Dependencies : DependenciesBase, IEquatable<DependenciesBase>, IEquatable<DataSource16.Dependencies>
Inheritance
object
DataSource16.Dependencies
Implements
Inherited Members

Remarks

This ensures that all users must have this in the constructor, so we can be sure we can add more dependencies as we need them.

Note that this used to be called MyServices and that will still work, but it's deprecated as of v20.

See Convention: Dependencies Class.

Properties

ConvertAnything

public DataSourceConvertAnything ConvertAnything { get; init; }

Property Value

DataSourceConvertAnything

Kit

public ServiceKitLight16 Kit { get; init; }

Property Value

ServiceKitLight16

ParentServices

public CustomDataSource.Dependencies ParentServices { get; init; }

Property Value

CustomDataSource.Dependencies