Class TechnologyRuntimeSurface
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Technologies
Assembly: Cephalon.Abstractions.dll
Describes one operator-facing runtime surface exposed by an active technology pack.
public sealed class TechnologyRuntimeSurfaceInheritance
Section titled “Inheritance”object ← TechnologyRuntimeSurface
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”TechnologyRuntimeSurface(string, string, string, string, IReadOnlyList<TechnologyRuntimeEntry>?)
Section titled “ TechnologyRuntimeSurface(string, string, string, string, IReadOnlyList<TechnologyRuntimeEntry>?)”Creates a new technology runtime surface.
[JsonConstructor]public TechnologyRuntimeSurface(string technologyId, string surfaceId, string displayName, string description, IReadOnlyList<TechnologyRuntimeEntry>? entries = null)Parameters
Section titled “Parameters”technologyId string
The owning technology identifier.
surfaceId string
The stable surface identifier within that technology.
displayName string
The operator-facing display name for the surface.
description string
A human-readable description of the surface.
entries IReadOnlyList<TechnologyRuntimeEntry>?
The entries currently projected by the surface.
Properties
Section titled “Properties”Description
Section titled “ Description”Gets the human-readable description of the surface.
public string Description { get; }Property Value
Section titled “Property Value”DisplayName
Section titled “ DisplayName”Gets the operator-facing display name for the surface.
public string DisplayName { get; }Property Value
Section titled “Property Value”Entries
Section titled “ Entries”Gets the entries currently projected by this surface.
public IReadOnlyList<TechnologyRuntimeEntry> Entries { get; }Property Value
Section titled “Property Value”IReadOnlyList<TechnologyRuntimeEntry>
SurfaceId
Section titled “ SurfaceId”Gets the stable identifier of this surface within the owning technology.
public string SurfaceId { get; }Property Value
Section titled “Property Value”TechnologyId
Section titled “ TechnologyId”Gets the identifier of the technology profile that owns this surface.
public string TechnologyId { get; }