Class AnalyticsEnvironmentConfig
Inheritance
AnalyticsEnvironmentConfig
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class AnalyticsEnvironmentConfig : IAnalyticsEnvironmentConfig, IData
Fields
_analyticsDispatcherConfigs
Declaration
protected AnalyticsDispatcherConfigReference[] _analyticsDispatcherConfigs
Field Value
_analyticsDispatcherConfigsCache
Declaration
protected IAnalyticsDispatcherConfig[] _analyticsDispatcherConfigsCache
Field Value
_environment
Declaration
protected EnvironmentAssetReference _environment
Field Value
Type |
Description |
EnvironmentAssetReference |
|
_id
Declaration
Field Value
Properties
AnalyticsDispatcherConfigs
Declaration
public virtual IEnumerable<IAnalyticsDispatcherConfig> AnalyticsDispatcherConfigs { get; }
Property Value
EnvironmentConfig
Declaration
public virtual IEnvironmentConfig EnvironmentConfig { get; }
Property Value
Type |
Description |
IEnvironmentConfig |
|
Id
Declaration
public virtual string Id { get; }
Property Value
Implements
IData