ข้ามไปยังเนื้อหา

Class CellSettings

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

Namespace: Cephalon.Engine.Configuration
Assembly: Cephalon.Engine.dll

Describes configuration-driven cell-based architecture settings for a Cephalon app.

public sealed class CellSettings

objectCellSettings

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

CellSettings(CellTrafficAutomationSettings?)

Section titled “ CellSettings(CellTrafficAutomationSettings?)”

Creates cell settings.

public CellSettings(CellTrafficAutomationSettings? trafficAutomation = null)

trafficAutomation CellTrafficAutomationSettings?

The configuration-driven traffic-automation settings for governed cell routes.

Gets an empty cell settings instance.

public static CellSettings Empty { get; }

CellSettings

Gets a value indicating whether any cell settings were explicitly supplied.

public bool HasValues { get; }

bool

Gets the configuration-driven traffic-automation settings for governed cell routes.

public CellTrafficAutomationSettings TrafficAutomation { get; }

CellTrafficAutomationSettings

FromConfiguration(IConfiguration, string)

Section titled “ FromConfiguration(IConfiguration, string)”

Reads cell settings from configuration.

public static CellSettings FromConfiguration(IConfiguration configuration, string sectionPath = "Engine")

configuration IConfiguration

The configuration source that contains the engine section.

sectionPath string

The root configuration section path to read from.

CellSettings

The parsed cell settings.