• Basics
  • Abyss
  • Web APIs
  • C# & Razor
  • .net API
  • JS & TS API
Search Results for

    Show / Hide Table of Contents

    Class SystemStack

    Inheritance
    object
    ServiceBase
    ServiceBase<DataSourceBase.MyServices>
    DataSourceBase
    SystemStack
    Implements
    IDataSource
    IAppIdentity
    IZoneIdentity
    IAppIdentityLight
    ICacheKey
    ICacheExpiring
    ITimestamped
    IHasLog
    IDataSourceLinkable
    Inherited Members
    DataSourceBase.Immutable
    DataSourceBase.AppId
    DataSourceBase.ZoneId
    DataSourceBase.Guid
    DataSourceBase.Error
    DataSourceBase.CacheTimestamp
    DataSourceBase.CacheChanged(long)
    DataSourceBase.Configuration
    DataSourceBase.Link
    DataSourceBase.In
    DataSourceBase.TryGetIn(string)
    DataSourceBase.TryGetOut(string)
    DataSourceBase.Out
    DataSourceBase.this[string]
    DataSourceBase.GetStream(string, string, bool, bool)
    DataSourceBase.List
    DataSourceBase.Attach(IDataSource)
    DataSourceBase.Attach(string, IDataSource, string)
    DataSourceBase.Attach(string, IDataStream)
    DataSourceBase.ProvideOut(Func<IEnumerable<IEntity>>, string)
    DataSourceBase.ProvideOut(Func<IImmutableList<IEntity>>, string)
    Namespace: ToSic.Eav.DataSources.Sys
    Assembly: ToSic.Eav.DataSources.dll
    Syntax
    [InternalApi_DoNotUse_MayChangeWithoutNotice]
    [VisualQuery(NiceName = "System Stacks", UiHint = "Settings and/or Resources as a Stack", Icon = "dns", Type = DataSourceType.System, NameId = "60806cb1-0c76-4c1e-8dfe-dcec94726f8d", Audience = Audience.Advanced, ConfigurationType = "f9aca0f0-1b1b-4414-b42e-b337de124124")]
    public class SystemStack : DataSourceBase, IDataSource, IAppIdentity, IZoneIdentity, IAppIdentityLight, ICacheKey, ICacheExpiring, ITimestamped, IHasLog, IDataSourceLinkable

    Constructors

    | Improve this Doc View Source

    SystemStack(MyServices, AppSettingsStack, IAppStates, IZoneCultureResolver, IDataFactory)

    Declaration
    public SystemStack(DataSourceBase.MyServices services, AppSettingsStack settingsStack, IAppStates appStates, IZoneCultureResolver zoneCulture, IDataFactory dataFactory)
    Parameters
    Type Name Description
    DataSourceBase.MyServices services
    AppSettingsStack settingsStack
    IAppStates appStates
    IZoneCultureResolver zoneCulture
    IDataFactory dataFactory

    Properties

    | Improve this Doc View Source

    AddValues

    Declaration
    [Configuration(Fallback = true)]
    public bool AddValues { get; }
    Property Value
    Type Description
    bool
    | Improve this Doc View Source

    Keys

    Declaration
    [Configuration]
    public string Keys { get; }
    Property Value
    Type Description
    string
    | Improve this Doc View Source

    StackNames

    Declaration
    [Configuration]
    public string StackNames { get; }
    Property Value
    Type Description
    string

    Implements

    IDataSource
    IAppIdentity
    IZoneIdentity
    IAppIdentityLight
    ICacheKey
    ICacheExpiring
    ITimestamped
    IHasLog
    IDataSourceLinkable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX