Skip to content

Class BuiltInTechnologies

Namespace: Cephalon.Engine.Technologies
Assembly: Cephalon.Engine.dll

Provides the built-in technology descriptors used by Cephalon app profiles.

public static class BuiltInTechnologies

objectBuiltInTechnologies

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

Gets the built-in agentic-workloads technology profile.

public static TechnologyDescriptor AgenticWorkloads { get; }

TechnologyDescriptor

Gets all built-in technology descriptors.

public static IReadOnlyList<TechnologyDescriptor> All { get; }

IReadOnlyList<TechnologyDescriptor>

Gets the built-in cell-based-architecture technology profile.

public static TechnologyDescriptor CellBasedArchitecture { get; }

TechnologyDescriptor

Gets the built-in edge-native-delivery technology profile.

public static TechnologyDescriptor EdgeNativeDelivery { get; }

TechnologyDescriptor

Gets the built-in event-driven-integration technology profile.

public static TechnologyDescriptor EventDrivenIntegration { get; }

TechnologyDescriptor

Gets the built-in hybrid-cloud-runtime technology profile.

public static TechnologyDescriptor HybridCloudRuntime { get; }

TechnologyDescriptor

Gets the built-in identity-access technology profile.

public static TechnologyDescriptor IdentityAccess { get; }

TechnologyDescriptor

Gets the built-in knowledge-retrieval technology profile.

public static TechnologyDescriptor KnowledgeRetrieval { get; }

TechnologyDescriptor

Gets the built-in multi-tenancy technology profile.

public static TechnologyDescriptor MultiTenancy { get; }

TechnologyDescriptor

Gets the built-in realtime-experience technology profile.

public static TechnologyDescriptor RealtimeExperience { get; }

TechnologyDescriptor

Gets the built-in serverless-hosting technology profile.

public static TechnologyDescriptor ServerlessHosting { get; }

TechnologyDescriptor

Gets the built-in service-mesh-integration technology profile.

public static TechnologyDescriptor ServiceMeshIntegration { get; }

TechnologyDescriptor

Resolves a technology identifier, display name, or alias.

public static TechnologyDescriptor Resolve(string value)

value string

The technology identifier, display name, or alias to resolve.

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)

value string

The technology identifier, display name, or alias to resolve.

technology TechnologyDescriptor

The resolved technology descriptor when the lookup succeeds.

bool

true when the technology was resolved; otherwise, false.