ข้ามไปยังเนื้อหา

Class BuiltInSuiteBlueprints

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

Namespace: Cephalon.Engine.AppModel
Assembly: Cephalon.Engine.dll

Provides the built-in Cephalon suite blueprints.

public static class BuiltInSuiteBlueprints

objectBuiltInSuiteBlueprints

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

Gets all built-in suite blueprints.

public static IReadOnlyList<SuiteBlueprint> All { get; }

IReadOnlyList<SuiteBlueprint>

Gets the built-in microservice-suite blueprint.

public static SuiteBlueprint MicroserviceSuite { get; }

SuiteBlueprint

Resolves a suite blueprint identifier, display name, or alias.

public static SuiteBlueprint Resolve(string value)

value string

The suite blueprint identifier, display name, or alias to resolve.

SuiteBlueprint

The resolved suite blueprint.

Attempts to resolve a suite blueprint identifier, display name, or alias.

public static bool TryResolve(string value, out SuiteBlueprint blueprint)

value string

The suite blueprint identifier, display name, or alias to resolve.

blueprint SuiteBlueprint

The resolved suite blueprint when the lookup succeeds.

bool

true when the suite blueprint was resolved; otherwise, false.