Class CellBoundaryDescriptor
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Technologies
Assembly: Cephalon.Abstractions.dll
Describes one module-owned cell boundary visible to the active Cephalon runtime.
public sealed class CellBoundaryDescriptorInheritance
Section titled “Inheritance”object ← CellBoundaryDescriptor
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”CellBoundaryDescriptor(string, string, string, string, string, string, IReadOnlyList<string>?, IReadOnlyDictionary<string, string>?)
Section titled “ CellBoundaryDescriptor(string, string, string, string, string, string, IReadOnlyList<string>?, IReadOnlyDictionary<string, string>?)”Creates a cell-boundary descriptor.
public CellBoundaryDescriptor(string id, string sourceModuleId, string displayName, string description, string blastRadius, string routingStrategy, IReadOnlyList<string>? moduleIds = null, IReadOnlyDictionary<string, string>? metadata = null)Parameters
Section titled “Parameters”id string
The stable cell identifier.
sourceModuleId string
The Cephalon module that owns this cell boundary.
displayName string
The operator-facing cell name.
description string
The human-readable description of the cell boundary.
blastRadius string
The operator-facing blast-radius posture for this cell.
routingStrategy string
The operator-facing routing strategy applied to this cell.
moduleIds IReadOnlyList<string>?
The module identifiers that belong to this cell boundary.
metadata IReadOnlyDictionary<string, string>?
Optional operator-facing metadata.
Properties
Section titled “Properties”BlastRadius
Section titled “ BlastRadius”Gets the operator-facing blast-radius posture for this cell.
public string BlastRadius { get; }Property Value
Section titled “Property Value”Description
Section titled “ Description”Gets the human-readable description of the cell boundary.
public string Description { get; }Property Value
Section titled “Property Value”DisplayName
Section titled “ DisplayName”Gets the operator-facing cell name.
public string DisplayName { get; }Property Value
Section titled “Property Value”Gets the stable cell identifier.
public string Id { get; }Property Value
Section titled “Property Value”Metadata
Section titled “ Metadata”Gets optional operator-facing metadata for this cell boundary.
public IReadOnlyDictionary<string, string> Metadata { get; }Property Value
Section titled “Property Value”IReadOnlyDictionary<string, string>
ModuleIds
Section titled “ ModuleIds”Gets the module identifiers that belong to this cell boundary.
public IReadOnlyList<string> ModuleIds { get; }Property Value
Section titled “Property Value”RoutingStrategy
Section titled “ RoutingStrategy”Gets the operator-facing routing strategy for this cell.
public string RoutingStrategy { get; }Property Value
Section titled “Property Value”SourceModuleId
Section titled “ SourceModuleId”Gets the module that owns this cell boundary.
public string SourceModuleId { get; }