Class BuiltInSuiteBlueprints
Namespace: Cephalon.Engine.AppModel
Assembly: Cephalon.Engine.dll
Provides the built-in Cephalon suite blueprints.
public static class BuiltInSuiteBlueprintsInheritance
Section titled “Inheritance”object ← BuiltInSuiteBlueprints
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”Gets all built-in suite blueprints.
public static IReadOnlyList<SuiteBlueprint> All { get; }Property Value
Section titled “Property Value”IReadOnlyList<SuiteBlueprint>
MicroserviceSuite
Section titled “ MicroserviceSuite”Gets the built-in microservice-suite blueprint.
public static SuiteBlueprint MicroserviceSuite { get; }Property Value
Section titled “Property Value”SuiteBlueprint
Methods
Section titled “Methods”Resolve(string)
Section titled “ Resolve(string)”Resolves a suite blueprint identifier, display name, or alias.
public static SuiteBlueprint Resolve(string value)Parameters
Section titled “Parameters”value string
The suite blueprint identifier, display name, or alias to resolve.
Returns
Section titled “Returns”SuiteBlueprint
The resolved suite blueprint.
TryResolve(string, out SuiteBlueprint)
Section titled “ TryResolve(string, out SuiteBlueprint)”Attempts to resolve a suite blueprint identifier, display name, or alias.
public static bool TryResolve(string value, out SuiteBlueprint blueprint)Parameters
Section titled “Parameters”value string
The suite blueprint identifier, display name, or alias to resolve.
blueprint SuiteBlueprint
The resolved suite blueprint when the lookup succeeds.
Returns
Section titled “Returns”true when the suite blueprint was resolved; otherwise, false.