Class BuiltInTechnologies
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Engine.Technologies
Assembly: Cephalon.Engine.dll
Provides the built-in technology descriptors used by Cephalon app profiles.
public static class BuiltInTechnologiesInheritance
Section titled “Inheritance”Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
Section titled “Properties”AgenticWorkloads
Section titled “ AgenticWorkloads”Gets the built-in agentic-workloads technology profile.
public static TechnologyDescriptor AgenticWorkloads { get; }Property Value
Section titled “Property Value”TechnologyDescriptor
Gets all built-in technology descriptors.
public static IReadOnlyList<TechnologyDescriptor> All { get; }Property Value
Section titled “Property Value”IReadOnlyList<TechnologyDescriptor>
CellBasedArchitecture
Section titled “ CellBasedArchitecture”Gets the built-in cell-based-architecture technology profile.
public static TechnologyDescriptor CellBasedArchitecture { get; }Property Value
Section titled “Property Value”TechnologyDescriptor
EdgeNativeDelivery
Section titled “ EdgeNativeDelivery”Gets the built-in edge-native-delivery technology profile.
public static TechnologyDescriptor EdgeNativeDelivery { get; }Property Value
Section titled “Property Value”TechnologyDescriptor
EventDrivenIntegration
Section titled “ EventDrivenIntegration”Gets the built-in event-driven-integration technology profile.
public static TechnologyDescriptor EventDrivenIntegration { get; }Property Value
Section titled “Property Value”TechnologyDescriptor
HybridCloudRuntime
Section titled “ HybridCloudRuntime”Gets the built-in hybrid-cloud-runtime technology profile.
public static TechnologyDescriptor HybridCloudRuntime { get; }Property Value
Section titled “Property Value”TechnologyDescriptor
IdentityAccess
Section titled “ IdentityAccess”Gets the built-in identity-access technology profile.
public static TechnologyDescriptor IdentityAccess { get; }Property Value
Section titled “Property Value”TechnologyDescriptor
KnowledgeRetrieval
Section titled “ KnowledgeRetrieval”Gets the built-in knowledge-retrieval technology profile.
public static TechnologyDescriptor KnowledgeRetrieval { get; }Property Value
Section titled “Property Value”TechnologyDescriptor
MultiTenancy
Section titled “ MultiTenancy”Gets the built-in multi-tenancy technology profile.
public static TechnologyDescriptor MultiTenancy { get; }Property Value
Section titled “Property Value”TechnologyDescriptor
RealtimeExperience
Section titled “ RealtimeExperience”Gets the built-in realtime-experience technology profile.
public static TechnologyDescriptor RealtimeExperience { get; }Property Value
Section titled “Property Value”TechnologyDescriptor
ServerlessHosting
Section titled “ ServerlessHosting”Gets the built-in serverless-hosting technology profile.
public static TechnologyDescriptor ServerlessHosting { get; }Property Value
Section titled “Property Value”TechnologyDescriptor
ServiceMeshIntegration
Section titled “ ServiceMeshIntegration”Gets the built-in service-mesh-integration technology profile.
public static TechnologyDescriptor ServiceMeshIntegration { get; }Property Value
Section titled “Property Value”TechnologyDescriptor
Methods
Section titled “Methods”Resolve(string)
Section titled “ Resolve(string)”Resolves a technology identifier, display name, or alias.
public static TechnologyDescriptor Resolve(string value)Parameters
Section titled “Parameters”value string
The technology identifier, display name, or alias to resolve.
Returns
Section titled “Returns”TechnologyDescriptor
The resolved technology descriptor.
TryResolve(string, out TechnologyDescriptor)
Section titled “ TryResolve(string, out TechnologyDescriptor)”Attempts to resolve a technology identifier, display name, or alias.
public static bool TryResolve(string value, out TechnologyDescriptor technology)Parameters
Section titled “Parameters”value string
The technology identifier, display name, or alias to resolve.
technology TechnologyDescriptor
The resolved technology descriptor when the lookup succeeds.