Class UOLSDKExtensions
Adds UOL SDK services to the specified Microsoft.Extensions.DependencyInjection.IServiceCollection.
Inheritance
System.Object
UOLSDKExtensions
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: UOL.SDK
Assembly: UOL.SDK.dll
Syntax
public static class UOLSDKExtensions
Methods
AddUolSdk(IApplicationContext)
Adds all required bindings for the UOL SDK.
Declaration
public static void AddUolSdk(this IApplicationContext applicationContext)
Parameters
Type | Name | Description |
---|---|---|
Cadac.ServiceProvider.IApplicationContext | applicationContext | The Service collection to use for binding. |