Class SyncfusionAIExtension
Represent a class that manages registered AI services in WPF application.
Inheritance
System.Object
SyncfusionAIExtension
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.UI.Xaml.SmartComponents
Assembly: Syncfusion.SfSmartComponents.Wpf.dll
Syntax
public static class SyncfusionAIExtension
Properties
Services
A collection of services for the application to compose. This is useful for adding user provided or framework provided services.
Declaration
public static IServiceCollection Services { get; }
Property Value
| Type |
|---|
| Microsoft.Extensions.DependencyInjection.IServiceCollection |
Methods
ConfigureSyncfusionAIServices()
Method to configure AI service.
Declaration
public static void ConfigureSyncfusionAIServices()