Class AppProfileFactory
Namespace: Cephalon.Engine.AppModel
Assembly: Cephalon.Engine.dll
Builds app profiles from
public static class AppProfileFactoryInheritance
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()
Methods
Section titled “Methods”Create(EngineSettings)
Section titled “ Create(EngineSettings)”Creates an app profile from the configured engine settings.
public static AppProfile Create(EngineSettings settings)Parameters
Section titled “Parameters”settings EngineSettings
The engine settings that describe the blueprint, patterns, transports, and technologies.
Returns
Section titled “Returns”AppProfile
The built app profile.