Class CellSettings
Namespace: Cephalon.Engine.Configuration
Assembly: Cephalon.Engine.dll
Describes configuration-driven cell-based architecture settings for a Cephalon app.
public sealed class CellSettingsInheritance
Section titled “Inheritance”Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”CellSettings(CellTrafficAutomationSettings?)
Section titled “ CellSettings(CellTrafficAutomationSettings?)”Creates cell settings.
public CellSettings(CellTrafficAutomationSettings? trafficAutomation = null)Parameters
Section titled “Parameters”trafficAutomation CellTrafficAutomationSettings?
The configuration-driven traffic-automation settings for governed cell routes.
Properties
Section titled “Properties”Gets an empty cell settings instance.
public static CellSettings Empty { get; }Property Value
Section titled “Property Value”HasValues
Section titled “ HasValues”Gets a value indicating whether any cell settings were explicitly supplied.
public bool HasValues { get; }Property Value
Section titled “Property Value”TrafficAutomation
Section titled “ TrafficAutomation”Gets the configuration-driven traffic-automation settings for governed cell routes.
public CellTrafficAutomationSettings TrafficAutomation { get; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”FromConfiguration(IConfiguration, string)
Section titled “ FromConfiguration(IConfiguration, string)”Reads cell settings from configuration.
public static CellSettings FromConfiguration(IConfiguration configuration, string sectionPath = "Engine")Parameters
Section titled “Parameters”configuration IConfiguration
The configuration source that contains the engine section.
sectionPath string
The root configuration section path to read from.
Returns
Section titled “Returns”The parsed cell settings.