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
-
objectDataSource16.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.
Properties
ConvertAnything
public DataSourceConvertAnything ConvertAnything { get; init; }
Property Value
- DataSourceConvertAnything
Kit
public ServiceKitLight16 Kit { get; init; }
Property Value
ParentServices
public CustomDataSource.Dependencies ParentServices { get; init; }