Class SystemStack
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
Properties
|
Improve this Doc
View Source
AddValues
Declaration
[Configuration(Fallback = true)]
public bool AddValues { get; }
Property Value
|
Improve this Doc
View Source
Keys
Declaration
[Configuration]
public string Keys { get; }
Property Value
|
Improve this Doc
View Source
StackNames
Declaration
[Configuration]
public string StackNames { get; }
Property Value
Implements